generated from unity-sds/unity-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "unity-ui",
"private": true,
"version": "0.8.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"ag-grid-community": "^32.1.0",
"ag-grid-react": "^32.1.0",
"axios": "^1.7.3",
"events": "^3.3.0",
"process": "^0.11.10",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-oauth2-pkce": "^2.0.7",
"react-redux": "^9.1.2",
"react-resizable-panels": "^2.0.23",
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@nasa-jpl/react-stellar": "^1.1.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@vitejs/plugin-react-swc": "^3.3.1",
"buffer": "^6.0.3",
"eslint": "^8.41.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"vite": "^4.3.9"
}
}