-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.35 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
{
"name": "change_me",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -p tsconfig.prod.json && vite build",
"test": "NODE_ENV=test jest",
"debugtest": "DEBUG_PRINT_LIMIT=100000 NODE_ENV=test jest"
},
"engines": {
"node": "18"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.1",
"cross-fetch": "^4.0.0",
"material-react-table": "^1.14.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.2",
"react-modal": "^3.16.1",
"react-router-dom": "^6.14.2",
"react-tabs": "^6.0.2"
},
"devDependencies": {
"@swc/core": "^1.3.70",
"@swc/jest": "^0.2.27",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "^20.4.2",
"@vitejs/plugin-react": "^4.0.0",
"camelcase": "^6.3.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jest-watch-typeahead": "^2.2.2",
"react-test-renderer": "^18.2.0",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"vite": "^5.2.11",
"vite-plugin-rails": "^0.1.0",
"vite-plugin-ruby": "^5.0.0",
"vite-plugin-windicss": "^1.8.10"
}
}