-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.29 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
{
"name": "@yh-rn/yh-cedar-ui",
"version": "1.0.0",
"description": "react components for H5 projects",
"main": "components/index.js",
"scripts": {
"start": "cross-env NODE_ENV=production nodemon --watch build ./build/dev-server.js",
"build": "babel components --out-dir dist --copy-files",
"prod": "cross-env NODE_ENV=production webpack --config ./build/webpack.build.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yh-yunchuang-fe/yh-cedar-ui.git"
},
"keywords": [
"React",
"UIComponents"
],
"directories": {
"src": "src",
"components": "components"
},
"files": [
"src",
"components"
],
"author": "yh-rn",
"license": "ISC",
"bugs": {
"url": "https://github.com/yh-yunchuang-fe/yh-cedar-ui/issues"
},
"homepage": "http://test-activity.yonghuivip.com/newstage/h5/yh-super-partner/yh-fireworm/#/cedar/cedarIntroduction",
"devDependencies": {
"autoprefixer": "^9.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^2.0.0",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.2",
"nodemon": "^1.18.3",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"px2rem-loader": "^0.1.9",
"react-hot-loader": "^4.3.5",
"react-router-dom": "^4.3.1",
"style-loader": "^0.22.1",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"classnames": "^2.2.6",
"moment": "^2.22.2",
"omit.js": "^1.0.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^16.4.2",
"react-transition-group": "^2.4.0"
}
}