-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "piping-draw",
"version": "0.1.6-SNAPSHOT",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.3.2",
"register-service-worker": "^1.6.2",
"ts-json-validator": "git+https://github.com/nwtgck/ts-json-validator.git#v0.1.2",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.3.0",
"vuetify": "^2.1.5"
},
"devDependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@vue/cli-plugin-babel": "^4.0.4",
"@vue/cli-plugin-pwa": "^4.0.4",
"@vue/cli-plugin-typescript": "^4.0.4",
"@vue/cli-service": "^4.0.4",
"sass": "^1.23.0",
"sass-loader": "^7.3.1",
"typescript": "^3.6.4",
"vue-cli-plugin-vuetify": "^1.1.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
}
}