-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
92 lines (92 loc) · 2.68 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
{
"name": "uxcore.js",
"version": "0.0.1",
"description": "React UI Component Set",
"author": "vincent.bian",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/uxcore"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore.github.com/issues"
},
"scripts": {
"start": "gulp less && nico server --watch",
"clean": "rm -rf _site",
"deploy": "npm run clean && webpack --config webpack.config.min.js && gulp less && nico build -C nico.production.js && gulp deploy && gulp coding",
"coding": "npm run clean && webpack --config webpack.config.min.js && gulp less && nico build -C nico.production.js && gulp coding",
"postinstall": "node ./postinstall.js"
},
"keywords": [
"react",
"react-component",
"ui",
"framework",
"controls",
"element",
"css",
"less"
],
"devDependencies": {
"autoprefixer": "~6.3.7",
"autoprefixer-loader": "~3.2.0",
"babel": "~5.8.23",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-ie": "^6.6.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"classnames": "~2.2.0",
"css-loader": "~0.23.1",
"deepcopy": "~0.6.3",
"extract-text-webpack-plugin": "~1.0.1",
"file-loader": "~0.9.0",
"fs-extra": "^5.0.0",
"gift": "^0.10.0",
"github-markdown-css": "^2.10.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-clean-css": "~2.0.7",
"gulp-ejs": "^3.1.2",
"gulp-gh-pages": "~0.5.4",
"gulp-inject-string": "^1.0.0",
"gulp-less": "^3.0.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"inquirer": "^5.1.0",
"jade": "~1.11.0",
"json-loader": "~0.5.4",
"kuma-base": "~1.3.1",
"less": "~2.7.1",
"less-loader": "~2.2.1",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-inline-urls": "^1.1.0",
"markit": "^0.2.0",
"nico-jsx": "~0.9.0",
"object-assign": "~4.1.0",
"react": "15.x",
"react-clipboard.js": "^1.0.1",
"react-color": "2.2.2",
"react-dom": "15.x",
"react-mixin": "^4.0.0",
"readable-stream": "^2.0.2",
"rimraf": "^2.4.3",
"socket.io": "~1.3.6",
"style-loader": "~0.13.0",
"to-case": "^2.0.0",
"url-loader": "~0.5.6",
"uxcore": "^0.21.0",
"vinyl-fs": "^2.2.1",
"webpack": "~1.13.0",
"webpack-dev-middleware": "^1.6.0",
"wrap-promise": "^1.0.1"
}
}