-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "online-retail",
"version": "1.0.0",
"description": "An online-retail react App",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --content-base src --inline --hot --history-api-fallback",
"pro": "NODE_ENV=production webpack",
"demo": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/caasiu/online-retail.git"
},
"keywords": [
"react",
"redux"
],
"author": "caasiu",
"license": "MIT",
"bugs": {
"url": "https://github.com/caasiu/online-retail/issues"
},
"homepage": "https://github.com/caasiu/online-retail/#readme",
"devDependencies": {
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"express-jwt": "^5.1.0",
"json-loader": "^0.5.4",
"jsonwebtoken": "^7.2.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-promise-middleware": "^4.2.0",
"sqlite3": "^3.1.8",
"whatwg-fetch": "^2.0.1"
}
}