-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·73 lines (73 loc) · 2 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
{
"name": "codebuilder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@prisma/client": "6.5.0",
"@prisma/extension-accelerate": "^1.3.0",
"@socialgouv/matomo-next": "^1.9.2",
"animate.css": "^4.1.1",
"axios": "^1.8.4",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"firebase-admin": "^13.2.0",
"framer-motion": "12.5.0",
"gsap": "^3.12.7",
"next": "^15.2.3",
"next-nprogress-bar": "^2.4.7",
"next-transition-router": "^0.2.9",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-intersection-observer": "^9.16.0",
"react-microsoft-clarity": "^1.2.0",
"snoostorm": "^1.5.2",
"snoowrap": "^1.23.0",
"styled-components": "^6.1.16",
"tailwind-merge": "^2.6.0",
"web-push": "^3.6.7"
},
"devDependencies": {
"@types/node": "^20.17.25",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/web-push": "^3.6.4",
"autoprefixer": "^10.4.21",
"eslint": "latest",
"eslint-config-next": "^15.2.3",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "6.5.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2"
},
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
},
"packageManager": "[email protected]",
"nx": {},
"pnpm": {
"onlyBuiltDependencies": [
"@firebase/util",
"@prisma/client",
"@prisma/engines",
"esbuild",
"prisma",
"protobufjs",
"sharp"
]
}
}