-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 961 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
{
"name": "xxxxxxxxxxxxxxxxxxxxxxxx",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@vueuse/core": "^8.9.3",
"@vueuse/nuxt": "^9.10.0",
"eslint": "^6.7.2",
"lodash": "^4.17.21",
"sass": "^1.52.3",
"typescript": "^4.7.3",
"uuid": "^8.3.2",
"vue": "^3.2.33",
"vue-gtag": "^2.0.1",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"acorn": "^8.7.1",
"nuxt": "^3.0.0",
"stylelint": "^14.16.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0"
}
}