-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"name": "frontend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "jest",
"postinstall": "webpack",
"start": "webpack --watch"
},
"engines": {
"npm": "3.10.10",
"node": "6.10.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"emotion": "^9.0.0",
"lodash": "^4.17.4",
"masonry-layout": "^4.2.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.7",
"react-masonry-component": "^6.0.2",
"react-masonry-infinite": "^1.2.2",
"react-modal": "^3.1.11",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-spinners": "^0.2.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"superagent": "^3.8.2",
"webpack": "^3.10.0"
},
"devDependencies": {
"jest": "^23.2.0",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.5.3"
}
}