forked from bitcamp/bitcamp-site-2025
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 883 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
{
"name": "bitcamp-sleeper-site-2024",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ."
},
"devDependencies": {
"@nuxtjs/google-analytics": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@vue/eslint-config-standard": "^8.0.1",
"eslint": "^8.22.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.3.0",
"nuxt": "^3.12.4",
"prettier": "^2.7.1",
"sass": "^1.78.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@vueuse/core": "^10.4.1",
"bootstrap": "^5.3.3",
"vue-gtag-next": "^1.14.0"
}
}