-
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) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 817 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": "bird",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel serve index.html",
"build": "parcel build --public-url ./dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KengpachiHa/bird.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KengpachiHa/bird/issues"
},
"homepage": "https://github.com/KengpachiHa/bird#readme",
"devDependencies": {
"@vue/component-compiler-utils": "^3.2.0",
"posthtml": "^0.13.3",
"pug": "^3.0.0",
"sass": "^1.26.10",
"typescript": "^4.0.2",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"posthtml-custom-elements": "^1.1.2",
"vue": "^2.6.12",
"vue-hot-reload-api": "^2.3.4"
}
}