-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "whl_component",
"version": "2.0.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel src --out-dir dist",
"build": "npm run babel && npm run styleguide:build ",
"start": "styleguidist server",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build"
},
"keywords": [],
"author": "WHL",
"private": true,
"license": "ISC",
"dependencies": {
"html-react-parser": "^1.2.7",
"install": "^0.13.0",
"prop-types": "^15.6.1",
"react": "^17.0.2",
"react-css-modules": "^4.7.11",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.12.10",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-minify": "^0.5.0-alpha.9",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.6.0",
"react-styleguidist": "^13.0.0",
"style-loader": "^1.3.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.7.2"
}
}