generated from mirumirumi/template-nuxt3
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 790 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
{
"name": "mirumi-tech",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt dev --port 17329",
"build": "nuxt build",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"dependencies": {
"@vueuse/core": "^8.9.3",
"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"
},
"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",
"webpack": "^5.73.0"
}
}