-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 KB
/
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
41
42
43
{
"name": "eveninsta",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"dotenv": "^4.0.0",
"firebase": "^4.2.0",
"firebaseui": "^2.3.0",
"material-ui": "^0.18.7",
"react": "^15.6.1",
"react-cookies": "^0.1.0",
"react-dom": "^16.0.1",
"react-icons": "^2.2.5",
"react-lazy-load": "^3.0.12",
"react-lazyload": "^2.2.7",
"react-scripts": "1.1.5",
"react-tap-event-plugin": "^2.0.1",
"react-toastify": "^4.1.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.72.0"
},
"scripts": {
"prestart": "node env_script.js",
"start": "react-scripts start",
"prebuild": "node env_script.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-jest": "^20.0.3",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^20.0.4",
"react-test-renderer": "^15.6.1"
}
}