-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 992 Bytes
/
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
{
"name": "ruicss",
"version": "1.1.4",
"description": "fe framework for rong360 fe team",
"main": "./sass/index.scss",
"scripts": {
"start": "DEBUG=express:* node server.js",
"build": "webpack --config ./build/webpack.pro.js -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cindyzhu/rui.git"
},
"keywords": [
"scss",
"sass",
"rui"
],
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.7.1",
"webpack-hot-middleware": "^2.19.1"
},
"author": "cindy",
"license": "ISC",
"preferGlobal": true
}