-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.88 KB
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
{
"name": "react-widget",
"version": "2.6.4",
"description": "Some component base on React framework.",
"main": "index.js",
"scripts": {
"server": "node ./bin/server.js",
"example": "SET NODE_ENV=production&& webpack --config bin/webpack.example.js -p",
"example-dev": "SET NODE_ENV=development&& webpack-dev-server --watch --inline --config bin/webpack.example.js --output-public-path=/dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/q13/react-component.git"
},
"keywords": [
"ui",
"component",
"react"
],
"dependencies": {
"babel-polyfill": "6.23.0",
"deep-equal": "1.0.1",
"immutable": "3.8.1",
"moment": "2.18.1",
"prop-types": "15.5.9",
"react": "15.5.4",
"react-addons-css-transition-group": "15.5.2",
"react-addons-pure-render-mixin": "15.5.2",
"react-dom": "15.5.4",
"react-mixin": "3.0.5"
},
"devDependencies": {
"autoprefixer": "7.0.1",
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-plugin-import": "^1.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"commander": "2.9.0",
"connect": "3.6.1",
"css-loader": "0.28.1",
"express": "^4.15.2",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"gulp": "^3.9.1",
"happypack": "^3.1.0",
"memory-fs": "0.4.1",
"postcss-cssnext": "2.10.0",
"postcss-import": "9.1.0",
"postcss-loader": "2.0.4",
"serve-static": "1.12.2",
"style-loader": "0.17.0",
"uglify-js": "3.0.3",
"url-loader": "0.5.8",
"webpack": "2.5.1",
"webpack-dev-middleware": "^1.10.2"
},
"author": "q13",
"license": "ISC",
"bugs": {
"url": "https://github.com/q13/react-component/issues"
},
"homepage": "https://github.com/q13/react-component#readme"
}