-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 953 Bytes
/
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
{
"name": "neoframe-website",
"version": "1.0.0",
"type": "module",
"private": true,
"main": "dist/index.html",
"repository": "https://github.com/neoframe/website.git",
"author": "Ugo Stephant <ugo@poool.fr>",
"license": "MIT",
"packageManager": "yarn@4.5.3",
"scripts": {
"dev": "vite",
"build": "vite build --emptyOutDir",
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/react-transition-group": "4.4.12",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"postcss": "8.4.49",
"tailwindcss": "3.4.16",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vite": "6.0.3"
},
"dependencies": {
"@junipero/core": "3.10.0",
"@junipero/hooks": "3.10.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-gbajs": "^1.0.4",
"react-transition-group": "4.4.5"
}
}