-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
81 lines (81 loc) · 2.48 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
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "react-plug",
"version": "1.0.0",
"description": "some cool react plugin",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config build/webpack.dev.config.js --open --hot",
"build": "webpack -p --config build/webpack.product.config.js --progress --hide-modules"
},
"keywords": [
"react"
],
"author": "coocssweb",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/node": "^11.13.6",
"@types/react": "^16.8.14",
"@types/react-dom": "^16.8.4",
"@types/react-router-dom": "^4.3.2",
"autoprefixer": "^6.4.0",
"awesome-typescript-loader": "^5.2.1",
"babel": "^6.23.0",
"babel-core": "^6.7.7",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.2.4",
"babel-plugin-react-css-modules": "^5.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.13.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.11.6",
"chunk-manifest-webpack-plugin": "^1.1.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.26.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"file-save": "^0.2.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.2",
"npm": "^6.4.1",
"postcss-loader": "^1.3.3",
"postcss-px2rem": "^0.3.0",
"react-hot-loader": "^4.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"typescript": "^3.4.4",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.1.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^4.1.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"classnames": "^2.2.6",
"prism-react-renderer": "^0.1.5",
"prop-types": "^15.6.2",
"rc-align": "^2.4.3",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-onclickoutside": "^6.7.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts-ts": "^3.1.0",
"react-transition-group": "^2.5.2",
"styled-components": "^4.1.3"
}
}