-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 979 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 979 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
36
37
38
39
{
"name": "pei-nwdaf-frontend",
"version": "1.0.0",
"description": "Frontend repository for the nwdaf project",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ATNoG/pei-nwdaf-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ATNoG/pei-nwdaf-frontend/issues"
},
"homepage": "https://github.com/ATNoG/pei-nwdaf-frontend#readme",
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-router-dom": "^7.10.1",
"react-icons": "^4.x.x",
"chart.js": "^4.4.0",
"react-chartjs-2": "^5.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.17",
"@vitejs/plugin-react": "^5.1.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"vite": "^7.2.6"
}
}