forked from 75camp/2018-contest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "2018-contest",
"version": "0.1.0",
"description": "这是星计划校招选拔的综合挑战题",
"main": "www",
"scripts": {
"start": "webpack-dev-server --watch-poll",
"build": "webpack --env.production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/75camp/2018-contest.git"
},
"author": "akira-cn",
"license": "MIT",
"bugs": {
"url": "https://github.com/75camp/2018-contest/issues"
},
"homepage": "https://github.com/75camp/2018-contest#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-75team": "^1.0.22",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"spritejs": "^2.0.0-alpha.4"
}
}