-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.25 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
{
"name": "porkchop",
"version": "1.2.3",
"engines": {
"node": "^9.0.0",
"npm": "3.10.x"
},
"private": true,
"scripts": {
"watch": "bin/webpack-watcher",
"compile": "bin/webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/porkchopclub/porkchop.git"
},
"author": "",
"license": "UNLICENSED",
"homepage": "http://porkchop.club",
"dependencies": {
"actioncable": "^5.0.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-polyfill": "^6.16.0",
"babel-preset-env": "^1.1.4",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.22.0",
"chart.js": "^2.2.2",
"classnames": "^2.2.5",
"exports-loader": "^0.6.3",
"glob": "^7.1.1",
"imports-loader": "^0.6.5",
"jquery": "^3.1.0",
"jquery-ujs": "^1.2.2",
"lodash": "^4.17.4",
"path-complete-extname": "^0.1.0",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-actions": "^1.2.1",
"redux-thunk": "^2.2.0",
"reselect": "^2.5.4",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0",
"whatwg-fetch": "^1.0.0"
}
}