forked from THCL/DuckCards
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.77 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
{
"name": "DuckTales",
"version": "0.16.0",
"description": "Basic framework for project management tool",
"repository": {
"type": "git",
"url": "https://github.com/TeamPikachu/Cheese"
},
"engines": {
"node": "6.3.0"
},
"scripts": {
"postinstall": "npm run build",
"start": "node Server/server.js",
"build": "webpack --config webpack-production.config.js --progress --colors",
"dev": "webpack --config webpack-production.config.js --progress --colors --watch"
},
"private": true,
"devDependencies": {
"axios": "^0.13.1",
"html-webpack-plugin": "^2.7.2",
"react-hot-loader": "^1.3.0",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"axios": "^0.13.1",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"html-webpack-plugin": "^2.7.2",
"jwt-simple": "^0.5.0",
"lodash": "^4.14.1",
"material-ui": "^0.15.0",
"mongoose": "^4.5.5",
"react": "^15.0.1",
"react-collapsible": "^0.3.0",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.0.1",
"react-forms": "^2.0.0-beta9",
"react-hot-loader": "^1.3.0",
"react-nav-bar": "^0.6.4",
"react-redux": "^4.4.5",
"react-router": "^2.6.0",
"react-router-bootstrap": "^0.23.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0",
"socket.io": "^1.4.8",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
}
}