-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
{
"name": "r10progress",
"private": true,
"version": "1.4.1",
"type": "module",
"license": "LGPL-3.0-only",
"scripts": {
"dev": "vite",
"dev:local": "VITE_USE_EMULATORS=true vite",
"build": "tsc && VITE_VERSION=\"$npm_package_version ($CF_PAGES_COMMIT_SHA)\" vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"emulate": "npx firebase emulators:start --import firebaseEmulatorData",
"emulate:export": "npx firebase emulators:start --import firebaseEmulatorData --export-on-exit"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.5",
"@types/papaparse": "^5.3.15",
"ag-grid-react": "^31.3.4",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"echarts-for-react": "^3.0.2",
"firebase": "^10.14.1",
"jotai": "^2.10.2",
"papaparse": "^5.4.1",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-router": "^6.28.0",
"react-router-dom": "^6.28.0",
"react-vega": "^7.6.0",
"vitest": "^1.6.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"jsdom": "^24.1.3",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"sass": "^1.81.0",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}