-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.39 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
{
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@ant-design/plots": "^1.2.5",
"@headlessui/react": "^1.7.5",
"@remix-run/node": "^1.12.0",
"@remix-run/react": "^1.12.0",
"@remix-run/serve": "^1.12.0",
"big.js": "^6.2.1",
"canvas": "^2.11.2",
"clsx": "^2.0.0",
"isbot": "^3.6.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-popper": "^2.3.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"@remix-run/dev": "^1.12.0",
"@remix-run/eslint-config": "^1.12.0",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/big.js": "^6.2.2",
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/web-worker": "^0.34.1",
"canvas": "^2.11.2",
"eslint": "^8.27.0",
"jest": "^29.7.0",
"jsdom": "^22.1.0",
"typescript": "^4.8.4",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"vitest-canvas-mock": "^0.3.3"
},
"engines": {
"node": ">=14"
}
}