-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "hackdays",
"homepage": "https://suitenumerique.github.io/hackdays/",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"predeploy": "npm run build",
"deploy": "gh-pages -d out"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^2.2.0",
"@mui/icons-material": "^7.0.0",
"@mui/material": "^7.0.0",
"@tailwindcss/cli": "^4.0.17",
"@types/js-yaml": "^4.0.9",
"framer-motion": "^12.6.2",
"js-yaml": "4.1.0",
"js-yaml-loader": "1.2.2",
"next": "15.2.4",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-scroll": "^1.9.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.17",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.17",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"gh-pages": "^6.3.0",
"tailwindcss": "^4.0.17",
"typescript": "^5",
"webpack": "^5.98.0"
}
}