-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.65 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
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "uiw",
"version": "1.2.14",
"description": "A high quality UI Toolkit, A Component Library for React 16+.",
"homepage": "https://uiw-react.github.io",
"authors": [
"Kenny Wang <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/uiw-react/uiw.git"
},
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node script/start.js",
"build": "node script/build.js",
"build:lib": "BABEL_ENV=production babel --plugins transform-runtime src --out-dir lib --copy-files ",
"deploy": "./script/deploy.sh"
},
"keywords": [
"uiw",
"uiw-react",
"react.js",
"react",
"component",
"components",
"ui",
"framework"
],
"dependencies": {
"async-validator": "~1.8.1",
"babel-polyfill": "~6.26.0",
"babel-runtime": "~6.26.0",
"classnames": "~2.2.5",
"hotkeys-js": "~2.0.4",
"prop-types": "~15.6.0",
"react-slick": "~0.15.4",
"react-transition-group": "~2.2.1",
"uiw-iconfont": "^1.2.2"
},
"devDependencies": {
"autoprefixer": "^7.1.5",
"babel-cli": "^6.26.0",
"babel-eslint": "7.2.3",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-standalone": "^6.26.0",
"bundle-loader": "^0.5.5",
"colors-cli": "^1.0.9",
"css-loader": "^0.28.7",
"eslint": "4.9.0",
"eslint-config-react-app": "^2.0.1",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^1.1.5",
"fs-extra": "^4.0.2",
"html-webpack-plugin": "^2.30.1",
"less": "^2.3.1",
"less-loader": "^4.0.5",
"marked": "^0.3.6",
"postcss-flexbugs-fixes": "^3.2.0",
"postcss-loader": "^2.0.8",
"prismjs": "^1.8.3",
"raw-loader": "^0.5.1",
"react": "^16.0.0",
"react-dev-utils": "^4.1.0",
"react-dom": "^16.0.0",
"react-error-overlay": "^2.0.2",
"react-hot-loader": "^3.1.1",
"react-router-dom": "^4.2.2",
"react-scroll-up": "^1.3.3",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.2",
"webpack-manifest-plugin": "^1.3.2",
"webpack-parallel-uglify-plugin": "^1.0.0"
},
"eslintConfig": {
"extends": "react-app"
},
"author": "kenny wang <[email protected]>",
"license": "MIT"
}