-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "website-pc",
"private": true,
"version": "2.3.1",
"type": "module",
"description": "Un site web sur la physique chimie codé par Adrien5902 avec React",
"author": {
"name": "Adrien5902",
"url": "https://github.com/Adrien5902/",
"email": "adrien.m5902@gmail.com"
},
"repository": {
"url": "https://github.com/Adrien5902/Website_PC",
"type": "github"
},
"bugs": {
"url": "https://github.com/Adrien5902/Website_PC/issues",
"email": "adrien.m5902@gmail.com"
},
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"react-router-dom": "^6.26.2",
"typescript": "^5.6.2",
"vite": "^5.4.7"
}
}