-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
59 lines (59 loc) · 1.64 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
{
"name": "shanghaitech-fresh",
"version": "2016.1.5",
"private": true,
"entry": {},
"dependencies": {
"a": "^2.0.9",
"antd": "^1.1.0",
"atool-build": "0.7.x",
"babel-generator": "^6.11.4",
"babel-plugin-antd": "0.4.x",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-runtime": "^6.6.1",
"bootstrap": "^3.3.6",
"classnames": "^2.2.3",
"detect-indent": "^4.0.0",
"es3ify-loader": "^0.2.0",
"history": "^2.0.1",
"html-loader": "^0.4.3",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"js-cookie": "^2.1.1",
"markdown-it": "^7.0.0",
"markdown-it-loader": "^0.3.2",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"rc-queue-anim": "^0.11.12",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-router": "^2.0.1",
"src": "^1.1.2",
"text": "^0.1.0"
},
"devDependencies": {
"atool-test-mocha": "^0.1.4",
"babel-eslint": "^6.0.0",
"dora": "0.3.x",
"dora-plugin-browser-history": "^0.1.1",
"dora-plugin-hmr": "0.6.x",
"dora-plugin-livereload": "0.3.x",
"dora-plugin-proxy": "0.6.x",
"dora-plugin-webpack": "0.6.x",
"expect": "^1.20.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "6.x",
"eslint-plugin-react": "4.x",
"glob": "^7.0.3",
"pre-commit": "1.x"
},
"pre-commit": [
"lint"
],
"scripts": {
"build": "atool-build",
"lint": "eslint --ext .js,.jsx src",
"start": "dora -p 8001 --plugins \"webpack,hmr,proxy,livereload?enableJs=false&injectHost=127.0.0.1,browser-history?index=/src/entries/index.html\"",
"test": "atool-test-mocha ./src/**/__tests__/*-test.js"
}
}