-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "sale-management",
"version": "1.0.0",
"description": "ui and rest-api",
"main": "index.js",
"repository": "https://github.com/binhfoto/sale-management",
"scripts": {
"postinstall": "npm run build",
"start": "node index.js",
"build": "webpack --config webpack.production.config.js",
"test": "mocha"
},
"author": "binhnguyen",
"contributor": "letrungkien",
"license": "ISC",
"dependencies": {
"admin-on-rest": "^0.7.1",
"async": "^2.1.4",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"cors": "^2.8.1",
"cron": "^1.2.1",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"flexboxgrid": "^6.3.1",
"jsonwebtoken": "^7.1.9",
"jwt-decode": "^2.1.0",
"lodash": "^4.16.4",
"material-ui": "^0.16.6",
"method-override": "^2.3.6",
"moment": "^2.17.1",
"mongoose": "^4.8.0",
"quill": "^1.1.5",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "~4.4.5",
"react-router": "~2.8.1",
"react-router-redux": "~4.0.6",
"react-tap-event-plugin": "~2.0.0",
"redux": "~3.6.0",
"redux-actions": "^0.12.0",
"redux-form": "~6.2.0",
"redux-form-schema": "0.0.3",
"redux-saga": "~0.13.0"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"css-loader": "^0.26.1",
"css-raw-loader": "^0.1.1",
"file-loader": "^0.9.0",
"imports-loader": "^0.6.5",
"mocha": "^3.2.0",
"morgan": "^1.7.0",
"npm-travis": "^1.0.2",
"serve": "^1.4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}