-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.91 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
62
63
64
65
66
67
68
{
"name": "react-structure",
"version": "0.1.0",
"description": "a react structure",
"keywords": [
"react",
"react-router v4.0",
"react-app-rewired",
"mobx"
],
"author": "penggelies07",
"repository": {
"type": "git",
"url": "git+https://github.com/penggelies07/react-structure.git"
},
"dependencies": {
"@types/classnames": "^2.2.3",
"@types/history": "^4.6.2",
"@types/node": "^8.5.2",
"@types/prop-types": "^15.5.2",
"@types/react": "^16.0.31",
"@types/react-dom": "^16.0.3",
"@types/react-router": "^4.0.20",
"@types/react-router-config": "^1.0.5",
"@types/react-router-dom": "^4.2.3",
"@types/react-transition-group": "^2.0.6",
"ali-oss": "^4.11.3",
"axios": "^0.17.1",
"classnames": "^2.2.5",
"date-fns": "^1.29.0",
"event-bus-decorators": "^1.0.0",
"history": "^4.7.2",
"mobx": "^3.4.1",
"mobx-react": "^4.3.5",
"mobx-react-router": "^4.0.1",
"normalize.css": "^7.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-config": "^1.0.0-beta.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"react-scripts-ts": "^2.8.0",
"react-transition-group": "^2.2.1",
"timeago.js": "^3.0.2"
},
"scripts": {
"start": "react-scripts-ts start",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"publish-test": "gulp publish --env test",
"publish-pro": "gulp publish --env production",
"test": "react-app-rewired test --env=jsdom"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-replace": "^0.6.1",
"gulp-sftp": "^0.1.5",
"gulp-sourcemaps": "^2.6.2",
"react-app-rewire-less": "^2.1.0",
"react-app-rewire-typescript": "^2.0.2",
"react-app-rewired": "^1.4.0",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"tslint-react": "^3.2.0",
"typescript": "^2.6.2"
}
}