-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.07 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
{
"name": "vuerferl",
"version": "0.0.0",
"description": "Roll dice, be clever!",
"main": "docs/index.html",
"dependencies": {
"normalize.css": "^8.0.1",
"seedrandom": "^3.0.5",
"vue": "^2.6.12"
},
"devDependencies": {
"node-sass": "^4.14.1",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "node ./node_modules/node-sass/bin/node-sass ./scss/ -o ./docs/assets/css/ && node ./node_modules/webpack/bin/webpack.js -c ./webpack.config.js --production",
"watch-stylesheet": "node ./node_modules/node-sass/bin/node-sass --watch ./scss/ -o ./docs/assets/css/",
"watch-webpack": "node ./node_modules/webpack/bin/webpack.js -c ./webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpazzMarticus/Vuerferl.git"
},
"author": "SpazzMarticus",
"bugs": {
"url": "https://github.com/SpazzMarticus/Vuerferl/issues"
},
"homepage": "https://github.com/SpazzMarticus/Vuerferl#readme",
"private": true
}