-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1006 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": "@limbo-works/nuxt-core",
"type": "module",
"version": "3.1.0",
"main": "./nuxt.config.js",
"scripts": {
"dev": "nuxi prepare & nuxi dev .playground",
"build": "nuxi build .playground",
"generate": "nuxi generate .playground",
"preview": "nuxi preview .playground",
"lint": "yarn prettier --check . && yarn eslint --quiet .",
"lint:fix": "yarn prettier --write . && yarn eslint --fix --quiet .",
"test": "exit 0"
},
"overrides": {
"vue": "3"
},
"dependencies": {
"@limbo-works/image": "^1.0.1",
"@limbo-works/lint-configs": "^2.0.2",
"@nuxtjs/fontaine": "^0.4.3",
"@pinia/nuxt": "^0.5.4",
"@vitejs/plugin-vue": "^5.1.4",
"clone-deep": "^4.0.1",
"deepmerge": "^4.2.2",
"dotenv": "^16.4.5",
"h3": "^1.12.0",
"nuxt-proxy": "^0.4.1",
"pinia": "^2.2.2",
"postcss-nesting": "^13.0.0",
"vite-svg-loader": "^5.1.0"
},
"devDependencies": {
"@unocss/nuxt": "^0.62.4",
"nuxt": "^3.13.2"
}
}