-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "Kamigen",
"version": "0.0.2",
"description": "A tropical cyberpunk game with airships",
"main": "kettlefish.js",
"repository": {
"type": "git",
"url": "https://github.com/paulbrzeski/kamigen"
},
"keywords": [
"boilerplate"
],
"scripts": {
"css": "./node_modules/.bin/stylus src/styles -o dist",
"pug": "pug src/pages -P -o . -b .",
"rollup": "rollup -c",
"dev-osx": "sudo http-server -p 9988 -c-1 .",
"dev": "http-server -p 9988 -c-1 .",
"preinstall": "npm i -g http-server rollup"
},
"author": "Paul Brzeski",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulbrzeski/kamigen/issues"
},
"dependencies": {
"axis": "^1.0.0",
"prompt": "^1.2.0",
"pug": "^3.0.2",
"stylus": "^0.55.0",
"vue": "^2.6.14"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chokidar": "^3.5.2",
"cross-spawn": "^7.0.3",
"jstransformer-markdown": "^1.2.1",
"pug-cli": "^1.0.0-alpha6",
"rollup": "^2.58.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-pug": "^1.1.1",
"rollup-plugin-uglify": "^6.0.4"
}
}