-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "home",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"start": "vite preview",
"build": "tsc && vite build",
"build:css": "tailwind build -i src/index.css -o dist/index.css",
"test": "start-server-and-test start --host=3030 cy:run",
"cy:run": "npx cypress run --record --key aa0d51b5-8de4-48a7-98d0-9f4206786275",
"cy:open": "npx cypress open",
"cy:ci": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test start https-get://localhost:3030 cy:run",
"preview": "vite preview"
},
"dependencies": {
"@types/react-table": "^7.7.9",
"axios": "^0.26.1",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-scripts": "^2.1.3",
"react-table": "^7.7.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/node": "^17.0.21",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"autoprefixer": "^10.4.2",
"cypress": "^10.3.1",
"postcss": "^8.4.8",
"postcss-import": "^14.0.2",
"postcss-nesting": "^10.1.3",
"start-server-and-test": "^1.14.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}