-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1 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
{
"name": "drd2-denik",
"version": "0.1.0",
"description": "interaktivní deník pro Dračí doupě ][",
"private": true,
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --open --hot",
"build": "NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matejcik/drd2-denik.git"
},
"author": "matejcik",
"license": "GPL-3.0+",
"bugs": {
"url": "https://github.com/matejcik/drd2-denik/issues"
},
"homepage": "https://github.com/matejcik/drd2-denik#readme",
"dependencies": {
"pug": "^2.0.3",
"vue": "^2.5.16"
},
"devDependencies": {
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"extracted-loader": "^1.0.7",
"file-loader": "^1.1.11",
"pug-vdom": "git+https://github.com/batiste/pug-vdom.git",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.12",
"webpack-dev-server": "^3.1.1"
}
}