forked from Phara0h/booty-boi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 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
{
"name": "the-loot",
"version": "1.3.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"copy-to-clipboard": "^3.3.3",
"register-service-worker": "^1.6.2",
"vue": "^2.6.10",
"vue-material": "^1.0.0-beta-11",
"vuetify": "^2.1.0"
},
"devDependencies": {
"@mdi/font": "^5.1.45",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"fasquest": "^1.2.2",
"html-dom-parser": "^0.2.3",
"htmlparser2": "^4.0.0",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vue-cli-plugin-vuetify": "^1.0.1",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.2.2"
}
}