-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 Bytes
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
{
"name": "fluidity",
"description": "An accordion based startpage.",
"version": "0.7.0",
"private": true,
"homepage": "./",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fortawesome/free-solid-svg-icons": "7.1.0",
"@fortawesome/react-fontawesome": "3.1.1",
"react": "19.2.3",
"react-color": "2.19.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@pretty-cozy/eslint-config": "0.9.0-alpha.5",
"@types/react": "19.2.9",
"@types/react-color": "3.0.13",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.2",
"typescript": "5.9.3",
"vite": "7.3.1"
},
"browserslist": [
"defaults"
]
}