-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.1 KB
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
{
"name": "abicus",
"private": true,
"version": "1.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"test": "concurrently -n ui,unit npm:test:ui npm:test:unit",
"test:ui": "playwright test",
"test:unit": "vitest run",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"decimal.js": "10.6.0",
"neverthrow": "8.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"ts-pattern": "5.9.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@playwright/test": "1.59.1",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "24.12.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "6.0.1",
"autoprefixer": "10.5.0",
"babel-plugin-rename-jsx-attribute": "0.2.4",
"babel-plugin-transform-jsx-classnames": "1.2.2",
"concurrently": "9.2.1",
"eslint": "9.39.4",
"eslint-plugin-react": "7.37.5",
"globals": "17.5.0",
"postcss": "8.5.10",
"prettier": "^3.8.3",
"tailwindcss": "^4.2.3",
"typescript": "5.9.3",
"typescript-eslint": "8.59.0",
"vite": "8.0.9",
"vite-tsconfig-paths": "6.1.1",
"vitest": "4.1.5"
}
}