-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"private": true,
"scripts": {
"story:dev": "histoire dev",
"story:build": "histoire build",
"story:preview": "histoire preview",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@histoire/plugin-nuxt": "^0.11.9",
"@histoire/plugin-vue": "^0.11.0",
"@nuxt/image": "^0.7.1",
"@nuxt/image-edge": "^1.0.0-27821548.ab054e4",
"autoprefixer": "^10.4.13",
"histoire": "^0.11.9",
"nuxt": "3.0.0",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"vite-plugin-vue-type-imports": "^0.2.4"
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.1.0",
"@pinia/nuxt": "^0.4.6",
"axios": "^1.2.0",
"nuxt-icons": "^3.0.0"
}
}