-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@unepwcmc/nuxt-3-tempalte-do-not-remove-unepwcmc-it-is-used-for-",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "yarn build && nuxt preview",
"start": "NODE_ENV=production node .output/server/index.mjs",
"postinstall": "nuxt prepare",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"install:local:@unepwcmc/user-management": "yalc add @unepwcmc/user-management && yarn install",
"install:local:@unepwcmc/interactive-table": "yalc add @unepwcmc/interactive-table && yarn install",
"install:local:all": "yarn install:local:@unepwcmc/user-management && yarn install:local:@unepwcmc/interactive-table",
"pm2": "pm2 start ecosystem.config.cjs",
"pm2d": "pm2 delete ecosystem.config.cjs"
},
"devDependencies": {
"@namics/stylelint-bem": "^10.0.1",
"@nuxt/devtools": "^1.5.1",
"@nuxt/eslint": "^0.5.7",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/test-utils": "3.14.2",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/stylelint-module": "^5.0.0",
"@nuxtjs/tailwindcss": "6.12.1",
"@types/lodash": "^4.17.9",
"@types/node": "^22.7.4",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/core": "^11.1.0",
"@vueuse/nuxt": "^11.1.0",
"autoprefixer": "^10.4.14",
"dotenv": "~16.4.5",
"eslint": "^9.11.1",
"nuxt": "^3.13.2",
"postcss-html": "1.7.0",
"postcss-import": "^16.0.1",
"postcss-js": "^4.0.1",
"stylelint": "^16.9.0",
"stylelint-config-recommended-vue": "^1.4.0",
"stylelint-config-standard": "36.0.1",
"stylelint-config-standard-vue": "1.0.0",
"stylelint-config-tailwindcss": "0.0.7",
"typescript": "^5.6.2",
"vite-plugin-checker": "^0.8.0",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6"
},
"dependencies": {
"@formkit/core": "^1.6.7",
"@formkit/inputs": "^1.6.7",
"@formkit/nuxt": "^1.6.7",
"@pinia/nuxt": "^0.5.2",
"@unepwcmc/interactive-table": "0.1.34",
"@unepwcmc/user-management": "^0.1.17",
"animate.css": "^4.1.1",
"lodash": "^4.17.21"
}
}