-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 994 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
{
"name": "commercial-dealers",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"axios-mock-adapter": "^1.15.0",
"enzyme": "^3.4.0",
"enzyme-adapter-react-16": "^1.2.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-scripts": "1.1.4",
"react-test-renderer": "^16.4.2",
"webpack": "^3.11.0"
},
"scripts": {
"start": "react-scripts start",
"build": "sh -ac '. ./.env.build; react-scripts build'",
"test": "CI=true react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "node_modules/.bin/eslint .",
"lint:fix": "node_modules/.bin/eslint --fix ."
},
"devDependencies": {
"dotenv": "^6.0.0",
"shopify-node-api": "^1.8.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"react-scripts": "1.0.7"
}
}