-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.37 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
{
"name": "boilerPlate",
"version": "1.0.0",
"main": "front/public/index.html",
"dependencies": {
"axios": "^0.16.1",
"babel": "^6.23.0",
"babel-core": "^6.7.7",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"cors": "^2.8.3",
"eventemitter3": "^2.0.3",
"express": "^4.15.3",
"flux": "^3.1.2",
"history": "^4.6.1",
"keymirror": "^0.1.1",
"material-ui": "^0.18.0",
"nano": "^6.3.0",
"nodemon": "^1.11.0",
"object-assign": "^4.1.1",
"office-ui-fabric-react": "^4.21.3",
"pouchdb": "^6.3.4",
"react": "^15.5.4",
"react-dom": "^15.4.2",
"react-router": "^3.0.3",
"react-tap-event-plugin": "^2.0.1",
"serialport": "^4.0.7",
"socket.io": "^2.0.1",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"build:server": "node_modules/.bin/webpack -w --port 3000 --config server/tasks/compilator/webpack.config.js",
"start": "cd server/public && ../../node_modules/.bin/nodemon --delay 2500ms server.bundle.js",
"wpds": "node_modules/.bin/webpack-dev-server --inline --port 3012 -w -p --devtool eval --progress --colors --config front/compilator/Webpackds.config.js",
"build": "un jour je l'ajouterai !!!!!"
}
}