-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "reactapp",
"version": "1.0.0",
"description": "React App",
"main": "/js/global.js",
"repository": "https://github.com/mannyy91s/w8-make-a-Ecommerce-store.git",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack"
},
"author": "TIY",
"license": "ISC",
"devDependencies": {
"stats-webpack-plugin": "^0.2.1",
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.11.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-helpers": "https://github.com/tiyindyfee/react-helpers.git",
"react-localstorage": "^0.3.0",
"react-mixin": "^3.0.5",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-redux": "^4.0.5",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-dev-middleware": "1.7.0"
},
"dependencies": {
"moment": "^2.15.2",
"momentjs": "^2.0.0"
}
}