-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 869 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 869 Bytes
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": "dtr",
"version": "0.0.1",
"description": "Data + Template = Result",
"license": "MIT",
"private": true,
"repository": "VovanR/dtr",
"author": "Vladimir Rodkin <mail@vovanr.com> (https://github.com/VovanR)",
"engines": {
"node": ">=10"
},
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --public-url ./",
"deploy": "npm run build && gh-pages -d dist"
},
"keywords": [],
"dependencies": {
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"cssnano": "^4.1.10",
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"stylus": "^0.54.8",
"vue-template-compiler": "^2.6.12"
},
"bugs": {
"url": "https://github.com/VovanR/dtr/issues"
},
"homepage": "https://vovanr.github.io/dtr"
}