-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 932 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
{
"name": "@rezozero/nuxt3-layer",
"version": "0.1.6",
"scripts": {
"dev": "nuxi dev playground",
"build": "nuxi build playground",
"generate": "nuxi generate playground",
"preview": "nuxi preview playground",
"prepare": "nuxi prepare && nuxi prepare playground",
"postinstall": "npm run prepare && husky install",
"release": "npm run lint && changelogen --release && git push --follow-tags",
"lint": "eslint ."
},
"devDependencies": {
"@nuxt/eslint-config": "^0.2.0",
"@nuxtjs/i18n": "^8.3.1",
"@types/node": "^20.11.19",
"changelogen": "^0.5.5",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"nuxt": "^3.11.2",
"prettier": "^3.2.5"
},
"dependencies": {
"@roadiz/types": "^0.1.0",
"tiny-emitter": "^2.1.0",
"ufo": "^1.4.0"
},
"engines": {
"node": "^20"
}
}