-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1017 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ec-scripts-preset-react",
"version": "3.0.1",
"description": "React preset for ec-scripts.",
"author": "eCentral GmbH <[email protected]>",
"contributors": [
"Felix Laukel <[email protected]>"
],
"keywords": [
"ec-scripts",
"preset",
"react"
],
"repository": {
"type": "git",
"url": "https://github.com/ecentral/ecentral-scripts.git",
"directory": "packages/ec-scripts-preset-react"
},
"main": "ecconf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@svgr/webpack": "^3.1.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-hot-loader": "^4.0.0",
"react-test-renderer": "^16.0.0"
},
"peerDependencies": {
"ec-scripts": "*"
}
}