-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
{
"name": "nuxt-app-ui",
"private": true,
"scripts": {
"build": "nuxi build",
"build:prod": "nuxi build --dotenv .env.production",
"build:test": "nuxi build --dotenv .env.test",
"build:dev": "nuxi build --dotenv .env.development",
"dev": "nuxi dev --dotenv .env.development",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"prepare": "husky install",
"changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0 -n ./changelog.config.js"
},
"dependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.1.1",
"@pinia/nuxt": "^0.4.11",
"bcryptjs": "^2.4.3",
"element-plus": "^2.3.8",
"js-sha256": "^0.9.0",
"nuxt-lodash": "^2.5.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nuxt/content": "^2.7.2",
"@nuxt/devtools": "latest",
"@types/node": "^18.16.19",
"autoprefixer": "^10.4.14",
"compare-func": "^2.0.0",
"conventional-changelog-cli": "^2.2.2",
"conventional-changelog-custom-config": "^0.3.1",
"husky": "^8.0.0",
"nuxt": "^3.6.5",
"postcss": "^8.4.26",
"sass": "^1.64.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"unplugin-vue-components": "^0.25.1"
}
}