-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.17 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
36
37
38
39
40
41
{
"name": "my-website-vue-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"@types/bcryptjs": "^2.4.2",
"@types/sockjs-client": "^1.1.1",
"@types/stompjs": "^2.3.4",
"bcryptjs": "^2.4.3",
"core-js": "^2.6.5",
"node-pre-gyp": "^0.14.0",
"sockjs-client": "^1.4.0",
"stompjs": "^2.3.3",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-cookies": "^1.5.13",
"vue-drag-drop": "^1.1.4",
"vue-material": "^1.0.0-beta-11",
"vue-property-decorator": "^8.1.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.3",
"vue-toastification": "^0.5.1"
},
"devDependencies": {
"@types/luxon": "^1.15.2",
"@types/vue-material": "git+https://github.com/calebsander/vue-material-types.git",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-typescript": "^3.12.0",
"@vue/cli-service": "^4.1.1",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.6.10"
}
}