-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 972 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
35
36
37
{
"name": "nuxt3-starter",
"version": "0.1.0",
"description": "a Nuxt 3 starter template or boilerplate with a lot of useful features. Nuxt3 + Bootstrap 5",
"repository": {
"type": "git",
"url": "git://https://github.com/irabbi360/nuxt3-starter"
},
"author": "irabbi360",
"license": "MIT",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.3.1",
"@pinia/nuxt": "^0.5.1",
"nuxt": "^3.13.2",
"pinia": "^2.1.7"
},
"dependencies": {
"@nuxt/image": "^1.8.1",
"@nuxtjs/robots": "^4.1.9",
"@popperjs/core": "^2.11.6",
"autoprefixer": "^10.4.13",
"bootstrap": "^5.3.0-alpha1",
"pinia-plugin-persistedstate": "^4.1.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"sass": "^1.58.1",
"sass-loader": "^13.2.0"
}
}