-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "pixelistic",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.2",
"@material-ui/icons": "^2.0.0",
"aws-sdk": "^2.297.0",
"axios": "^0.18.0",
"body-scroll-lock": "^2.4.6",
"javascript-time-ago": "^1.0.31",
"material-ui-image": "^3.0.0",
"material-ui-upload": "^1.2.1",
"moxios": "^0.4.0",
"node-sass-chokidar": "^1.3.3",
"react": "^16.4.1",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.4.2",
"react-facebook-login": "^4.0.1",
"react-google-login": "^3.2.1",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-router-modal": "^1.4.1",
"react-scripts": "^2.0.0",
"react-scroll-up": "^1.3.3",
"redux": "^4.0.0",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.1.1"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"e2e": "nightwatch"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"nightwatch": "^0.9.21",
"redux-mock-store": "^1.5.3"
},
"description": "pixelistic_fe",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Lv330g/pixelistic_fe.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Lv330g/pixelistic_fe/issues"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}