-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 978 Bytes
/
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
{
"name": "rbx-wall-archive",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"deploy": "git add . && git commit -am'npm script deploy' && git push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayvolr/rbx-wall-archive.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jayvolr/rbx-wall-archive/issues"
},
"homepage": "https://github.com/jayvolr/rbx-wall-archive#readme",
"dependencies": {
"axios": "^0.18.1",
"vue": "^2.5.17",
"vue-async-computed": "^3.5.0",
"vue-content-loader": "^0.2.1",
"vue-hot-reload-api": "^2.3.1",
"vue-loading-template": "^1.3.0"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.3.0",
"cssnano": "^4.1.7",
"parcel": "^1.10.3",
"sass": "^1.14.3",
"vue-template-compiler": "^2.5.17"
}
}