-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 812 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 812 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
{
"name": "vdocs",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "npm run download && vue-cli-service serve",
"build": "npm run download && vue-cli-service build",
"download": "node download.js"
},
"dependencies": {
"core-js": "^3.6.5",
"dotenv": "^10.0.0",
"register-service-worker": "^1.7.1",
"vdocs-vue": "^1.2.0",
"vue": "^3.2.4",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.0-0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"typescript": "~4.1.5"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}