-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"private": true,
"scripts": {
"css": "./node_modules/.bin/gulp",
"css-watch": "./node_modules/.bin/gulp watch",
"js": "./node_modules/.bin/webpack",
"js-watch": "./node_modules/.bin/webpack -w"
},
"dependencies": {
"@types/lodash": "^4.14.115",
"@types/node": "^10.12.21",
"@types/qs": "^6.5.1",
"@types/react": "^16.3.18",
"@types/react-dom": "^16.0.6",
"@types/react-router-dom": "^4.2.7",
"babel-env": "^2.4.1",
"babel-loader": "^7.1.4",
"babel-polyfill": "^6.26.0",
"es6-promise": "^4.2.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-merge-media-queries": "^0.2.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"immutable": "^3.8.2",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.22.2",
"plyr": "^3.3.20",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-feather": "^1.1.0",
"react-plyr": "^2.0.1",
"react-router-dom": "^4.3.1",
"ts-loader": "^4.4.1",
"typescript": "^2.8.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
}
}