-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.62 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
{
"name": "shang-mobile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp run_test",
"start": "webpack-dev-server --config ./config/webpack.dev.config.js --inline --hot --progress --port 8088",
"build": "webpack --config ./config/webpack.pro.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Penggggg/shang-mobile.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Penggggg/shang-mobile/issues"
},
"homepage": "https://github.com/Penggggg/shang-mobile#readme",
"dependencies": {
"mobx": "^2.6.4",
"mobx-react": "^4.0.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/enzyme": "^2.5.39",
"@types/jsdom": "^2.0.29",
"@types/mocha": "^2.2.33",
"@types/react": "^0.14.52",
"@types/react-dom": "^0.14.19",
"@types/react-router": "^2.0.41",
"@types/webpack": "^1.12.36",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"chai": "^3.5.0",
"css-loader": "^0.26.1",
"enzyme": "^2.6.0",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.1",
"gulp-git": "^1.12.0",
"html-webpack-plugin": "^2.24.1",
"jsdom": "^9.8.3",
"mocha": "^3.2.0",
"open-browser-webpack-plugin": "0.0.3",
"react-addons-test-utils": "^15.4.1",
"style-loader": "^0.13.1",
"ts-loader": "^1.2.2",
"ts-node": "^1.7.0",
"typescript": "^2.0.10",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-md5-hash": "0.0.5"
}
}