-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.68 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": "react05",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"dependencies": {
"@types/chrome": "^0.0.51",
"antd": "^2.13.2",
"fuse-test-runner": "^1.0.15",
"jsx-controls-loader": "^0.1.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts-ts": "2.7.0",
"ts-jest": "^21.1.4",
"tslint-react": "^3.2.0",
"typescript": "^2.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wafl": "^0.3.26"
},
"devDependencies": {
"@types/enzyme": "^2.8.8",
"@types/jest": "^21.1.0",
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.47",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"awesome-typescript-loader": "^3.2.3",
"babel-core": "^6.26.0",
"babel-plugin-import": "^1.4.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^3.0.2",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-if": "^2.0.2",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-merge-json": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-zip": "^4.0.0",
"preprocessify": "^1.0.1",
"react-app-rewire-less": "^2.0.7",
"react-app-rewired": "^1.2.9",
"sinon-chrome": "^2.2.1",
"tsify": "^3.0.3"
}
}