-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 844 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 844 Bytes
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
{
"config": {
"presets": [
"neutrino-preset-react",
"neutrino-custom.js"
]
},
"license": "MIT",
"name": "plate-it-your-way",
"version": "0.0.1",
"scripts": {
"start": "neutrino start",
"build": "neutrino build"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-plugin-react": "^6.10.0",
"neutrino": "^4.2.0",
"neutrino-preset-react": "^4.2.0"
},
"dependencies": {
"animate.css": "^3.5.2",
"babel-polyfill": "^6.23.0",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"random-int": "^1.0.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "next",
"react-overlays": "^0.6.11",
"react-redux": "^5.0.3",
"react-select": "^1.0.0-rc.3",
"redux": "^3.6.0",
"redux-immutable": "^3.1.0",
"redux-saga": "^0.14.3"
}
}