-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 978 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
{
"name": "heseya-store-template",
"version": "1.0.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare && yarn husky",
"lint:eslint": "eslint --ext .ts,.js,.vue .",
"lint:vue": "vue-tsc --noEmit",
"lint": "yarn lint:eslint && yarn lint:vue"
},
"dependencies": {
"@heseya/store-core": "^6.0.0",
"@pinia/nuxt": "^0.5.1",
"axios": "^1.6.8"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.2.0",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"nuxt": "^3.11.1",
"prettier": "^3.2.5",
"sass": "^1.72.0",
"typescript": "^5.4.3",
"vue-tsc": "^2.0.7"
}
}