-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "henspiration",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --watch"
},
"dependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/luxon": "^3.0.1",
"@types/react-icons": "^3.0.0",
"@types/styled-components": "^5.1.26",
"axios": "^1.1.2",
"dotenv": "^16.0.3",
"luxon": "^3.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^18.8.3",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.2.0",
"jest-environment-jsdom": "^29.2.0",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.6.4",
"vite": "^3.1.0"
}
}