forked from incubateur-ademe/nosgestesclimat-site-nextjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 4.11 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
{
"name": "nosgestesclimat-site-nextjs",
"license": "MIT",
"version": "1.4.5",
"description": "The leading open source climate footprint calculator",
"repository": {
"type": "git",
"url": "https://github.com/incubateur-ademe/nosgestesclimat-site-nextjs.git"
},
"engines": {
"node": "20"
},
"scripts": {
"dev": "next dev",
"dev:turbo": "next dev --turbo",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"build:debug-memory": "next build --experimental-debug-memory-usage",
"start": "next start",
"lint": "next lint",
"e2e": "cypress open --e2e",
"e2e:generate": "node cypress/scripts/generateSpecsFromPersonas.mjs",
"ui:parse": "node scripts/i18n/generate-ui.js",
"ui:check": "yarn run ui:parse && node scripts/i18n/check-ui.js",
"ui:translate": "node scripts/i18n/translate-ui.js",
"ui:clean": "node scripts/i18n/generate-ui.js -r",
"faq:translate": "node scripts/i18n/translate-faq.js",
"faq:check": "node scripts/i18n/check-faq.js",
"pages:translate": "node scripts/i18n/translate-pages.cjs",
"nouveautes:translate": "node scripts/i18n/translate-nouveautes.cjs"
},
"dependencies": {
"@babel/runtime": "^7.23.1",
"@incubateur-ademe/nosgestesclimat": "2.3.0-rc.2",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/bundle-analyzer": "^14.1.0",
"@next/mdx": "^14.0.2",
"@publicodes/react-ui": "^1.2.0",
"@sentry/nextjs": "^7.80.0",
"@sentry/react": "^7.80.0",
"@tanstack/react-query": "^5.28.4",
"axios": "^1.6.8",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.14",
"fuse.js": "6.6.2",
"gray-matter": "^4.0.3",
"html-to-image": "^1.11.11",
"i18next": "^23.7.6",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-parser": "^8.13.0",
"i18next-resources-to-backend": "^1.2.0",
"js-yaml-loader": "^1.2.2",
"markdown-to-jsx": "^7.3.2",
"next": "^14.2.0",
"next-i18n-router": "^4.1.1",
"postcss": "8.4.36",
"process": "^0.11.10",
"publicodes": "1.1.1",
"qrcode.react": "^3.1.0",
"ramda": "^0.29.1",
"react": "18.2.0",
"react-debounce-input": "^3.3.0",
"react-dom": "18.2.0",
"react-easy-emoji": "^1.8.1",
"react-i18next": "^14.0.5",
"react-query": "^3.39.3",
"react-select": "^5.8.0",
"react-tooltip": "^5.26.3",
"react-verification-input": "^4.1.0",
"recharts": "^2.12.3",
"tailwind-merge": "^2.2.2",
"tailwindcss": "3.4.1",
"uuid": "^9.0.1",
"xlsx": "^0.18.5",
"yargs": "^17.7.2",
"yarn": "^1.22.21"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/runtime": "^7.23.1",
"@incubateur-ademe/nosgestesclimat-scripts": "^0.6.0",
"@simonsmith/cypress-image-snapshot": "^9.0.1",
"@types/mdx": "^2.0.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.9.0",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.15",
"@types/uuid": "^9.0.7",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.16",
"cli-progress": "^3.12.0",
"core-js": "^3.33.2",
"cypress": "^13.7.0",
"cypress-plugin-tab": "^1.0.5",
"cypress-recurse": "^1.35.2",
"deepl-node": "^1.10.2",
"dotenv": "^16.3.1",
"eslint": "^8.52.0",
"eslint-config-next": "14.1.3",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"json-stable-stringify": "^1.1.0",
"next-plugin-yaml": "^1.0.1",
"postcss-loader": "^8.1.0",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "0.5.12",
"ramda": "^0.29.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"yaml-loader": "^0.8.1"
},
"resolutions": {
"jackspeak": "2.1.1"
},
"packageManager": "[email protected]"
}