forked from metakirby5/yorha
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 966 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
{
"name": "yorha",
"version": "1.2.0",
"description": "CSS based on Nier Automata's interface design language",
"main": "dist/yorha.css",
"scripts": {
"start": "webpack-dev-server",
"build": "cd src && stylus -u ../node_modules/nib < main.styl > ../dist/yorha.css && stylus --compress -u ../node_modules/nib < main.styl > ../dist/yorha.min.css"
},
"repository": "https://github.com/metakirby5/yorha.git",
"author": "Ethan Chan <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/metakirby5/yorha",
"dependencies": {
"coffee-script": "^1.12.2",
"css-loader": "^0.26.1",
"html-webpack-plugin": "^2.26.0",
"nib": "^1.1.2",
"pug-html-loader": "^1.0.10",
"style-loader": "^0.13.1",
"stylint": "^1.5.9",
"stylint-loader": "^1.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2",
"webpack-merge": "^2.3.1"
}
}