-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
157 lines (157 loc) · 5.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "@tee/root",
"version": "1.0.0",
"description": "Dépôt de code le la startup d'État \"Transition écologique des entreprises\"",
"keywords": [],
"contributors": [
"Yohann Valentin (https://yohannvalentin.com)",
"Thibaut Tezenas Du Montcel (https://ttdm.github.io)",
"Dorian Lemoine (https://github.com/dolemoine)",
"Oumeima El Isbihani (https://multi.coop)",
"Julien Paris (https://multi.coop)",
"Pierre Camilleri (https://multi.coop)"
],
"license": "AGPL-3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "nx run-many -t serve",
"dev:start": "PORT=4242 npm run start",
"dev:build:start": "npm run build && npm run dev:start",
"build": "export NODE_OPTIONS=--max-old-space-size=4096 && nx run-many -t build",
"start": "nx run-many -t start --port $PORT",
"build:start": "npm run build && npm run start",
"generate:program": "nx run @tee/data:generate-program",
"generate:program-yaml": "nx run @tee/data:generate-program-yaml",
"generate:projects": "nx run @tee/data:generate-projects",
"test": "nx run-many -t test -p @tee/data @tee/backend-ddd --verbose",
"lint": "nx run-many -t lint --verbose",
"lint:fix": "nx run-many -t lint --fix --verbose",
"lint:sass": "nx run @tee/nuxt:sass-lint",
"lint:sass:fix": "nx run @tee/nuxt:sass-lint --fix",
"type:check": "nx run-many -t type-check --verbose --parallel=false",
"type:check:vue": "nx run @tee/web:type-check --verbose",
"ci": "nx run-many -t ci --verbose --parallel=false",
"sass:watch": "nx run @tee/nuxt:sass-watch",
"e2e": "VITE_DATA_TEST=true nx run @tee/nuxt-e2e:e2e",
"e2e-ui": "VITE_DATA_TEST=true nx run @tee/nuxt-e2e:e2e --ui"
},
"engines": {
"node": "20.x",
"npm": ">=10.0 <11"
},
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
"@gouvfr/dsfr": "^1.11.2",
"@gouvminint/vue-dsfr": "^7.0.2",
"@incubateur-ademe/legal-pages-markdown": "^0.4.0-next.0",
"@incubateur-ademe/legal-pages-vue3": "^0.4.0-next.0",
"@nuxt/scripts": "^0.9.5",
"@nuxtjs/robots": "^4.1.11",
"@nuxtjs/sitemap": "^6.1.5",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/nuxt": "20.0.0",
"@nx/playwright": "20.0.0",
"@nx/vue": "20.0.0",
"@nx/web": "20.0.0",
"@nx/webpack": "20.0.0",
"@nx/workspace": "20.0.0",
"@pinia/nuxt": "^0.5.5",
"@rushstack/eslint-patch": "^1.10.3",
"@sentry/node": "^8.37.1",
"@sentry/nuxt": "^8.37.1",
"@sentry/utils": "^8.37.1",
"@sentry/vite-plugin": "^2.22.6",
"@sentry/vue": "^8.37.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@tsoa/cli": "6.4.0",
"@tsoa/runtime": "6.4.0",
"@types/express": "^4.17.21",
"@types/node": "^20.14.11",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/ui": "^2.1.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-plugin-vue": "^9.16.1",
"express": "^4.18.1",
"jest": "^29.7.0",
"jest-environment-node": "^29.4.1",
"js-yaml": "^4.1.0",
"jsdom": "~25.0.1",
"marked": "^14.1.3",
"node-fetch": "^3.3.2",
"nuxt": "^3.10.0",
"nuxt-security": "^2.0.0",
"nx": "20.0.0",
"pinia": "^2.2.4",
"posthog-js": "^1.170.2",
"prettier": "^3.3.3",
"publicodes": "^1.3.3",
"sass": "^1.77.6",
"sharp": "^0.33.4",
"swagger-ui-express": "^5.0.1",
"true-myth": "^7.3.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"tsoa": "6.4.0",
"tsx": "^4.15.4",
"typescript": "^5.5.4",
"vite": "^5.0.0",
"vitest": "^2.1.3",
"vue": "^3.5.11",
"vue-router": "^4.3.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.5.2",
"@nuxt/eslint-config": "~0.5.6",
"@nuxt/kit": "^3.10.0",
"@nuxt/test-utils": "^3.15.1",
"@nuxt/ui-templates": "^1.3.1",
"@nx/devkit": "20.0.0",
"@nx/express": "20.0.0",
"@nx/node": "20.0.0",
"@nx/vite": "20.0.0",
"@playwright/test": "^1.47.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@types/cors": "^2.8.17",
"@types/jest": "29.5.13",
"@types/js-yaml": "^4.0.9",
"@types/jsdom": "^21.1.7",
"@types/node-fetch": "^3.0.3",
"@types/swagger-ui-express": "^4.1.6",
"@vitest/coverage-v8": "^2.1.3",
"@vue/test-utils": "^2.4.1",
"eslint-plugin-playwright": "^1.6.2",
"h3": "^1.8.2",
"json-schema-to-typescript": "^15.0.2",
"playwright": "^1.47.2",
"postcss-html": "^1.7.0",
"react-refresh": "^0.10.0",
"stylelint": "^16.6.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-config-standard-vue": "^1.0.0",
"vue-dsfr-nuxt-module": "^2.0.0",
"vue-tsc": "^2.1.6",
"webpack-cli": "^5.1.4"
}
}