-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.32 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
{
"name": "school-management-system",
"private": true,
"version": "0.1.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build --base=/public && npm run generate:bundle",
"preview": "vite preview",
"generate:bundle": "node bundle.cjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abkarim/school-management-system.git"
},
"author": "karim",
"license": "MIT",
"bugs": {
"url": "https://github.com/abkarim/school-management-system/issues"
},
"homepage": "https://github.com/abkarim/school-management-system#readme",
"dependencies": {
"@flaticon/flaticon-uicons": "^2.2.0",
"autoprefixer": "^10.4.14",
"axios": "^1.2.0",
"fs-extra": "^11.1.0",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-phone-input-2": "^2.15.1",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"@prettier/plugin-php": "^0.19.2",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.29.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}