-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 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
{
"name": "unnamed-comic-frontend",
"version": "0.0.1",
"description": "暫未命名的漫畫前端",
"main": "index.html",
"scripts": {
"clean": "rimraf dist",
"build:webpack": "cross-env NODE_ENV=production webpack --config webpack.config.prod.js",
"build": "npm run clean && npm run build:webpack",
"start": "node devServer.js",
"dashboard": "webpack-dashboard node devServer.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://a9650615@github.com/BGPSekai/unnamedComicFrontEnd.git"
},
"author": "菜鳥祐&洨智",
"license": "MIT",
"bugs": {
"url": "https://github.com/BGPSekai/unnamedComicFrontEnd/issues"
},
"homepage": "https://github.com/BGPSekai/unnamedComicFrontEnd#readme",
"devDependencies": {
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"cross-env": "^3.1.3",
"eslint": "^3.3.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-react": "^6.1.2",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"json-loader": "^0.5.4",
"rimraf": "^2.4.3",
"webpack": "^1.12.9",
"webpack-dashboard": "^0.1.6",
"webpack-dev-middleware": "^1.4.0",
"webpack-dotenv-plugin": "^2.0.0",
"webpack-hot-middleware": "^2.9.1"
},
"dependencies": {
"material-ui": "^0.16.4",
"node-rsa": "^0.4.0",
"react": "^15.4.0",
"react-avatar-editor": "^4.1.3",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.0",
"react-google-login": "^2.5.2",
"react-motion": "^0.4.5",
"react-router": "^2.5.2",
"react-sortable": "=1.0.3",
"react-tap-event-plugin": "^2.0.0",
"whatwg-fetch": "^1.0.0"
}
}