-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 958 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
{
"name": "@chloerei/material-ui",
"version": "0.0.17",
"description": "A Material Design front-end component library.",
"style": "dist/css/material-ui.css",
"scripts": {
"dev": "npm-run-all --parallel dev:server dev:build",
"dev:server": "hexo server",
"dev:build": "sass src/css/material-ui.scss dist/material-ui.css --watch",
"build": "sass src/css/material-ui.scss dist/material-ui.css --no-source-map"
},
"files": [
"dist/*.css",
"src/**/*.scss"
],
"repository": "github:chloerei/material-ui",
"author": "Rei",
"license": "MIT",
"bugs": {
"url": "https://github.com/chloerei/material-ui/issues"
},
"homepage": "https://github.com/chloerei/material-ui",
"hexo": {
"version": "5.4.2"
},
"devDependencies": {
"hexo": "^5.4.2",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-server": "^1.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.77.0"
}
}