-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "pilxel",
"version": "1.0.0",
"description": "A photo editor",
"main": "index.js",
"scripts": {
"bundle": "webpack --progress -p --colors --watch",
"start": "webpack-dev-server --progress",
"pro-build": "NODE_ENV=production node_modules/.bin/webpack -p --progress --colors"
},
"author": "Abdulmalik Abdulwahab",
"license": "ISC",
"devDependencies": {
"babel-core": "~6.7.*",
"babel-loader": "~6.2.*",
"babel-preset-es2015": "~6.6.*",
"babel-preset-react": "~6.5.*",
"history": "^1.13.1",
"immutability-helper": "^2.0.0",
"jwt-decode": "^2.1.0",
"normalize.css": "^4.2.0",
"react-addons-css-transition-group": "^0.14.8",
"react-addons-update": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dropzone": "^3.6.0",
"react-image-crop": "^1.0.3",
"react-input-range": "^0.9.2",
"react-input-switch": "^1.2.1",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"redux-thunk": "^2.1.0",
"webpack": "~1.12.*",
"webpack-dev-server": "~1.14.*",
"whatwg-fetch": "^1.0.0"
},
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2"
}
}