-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "quizApp",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "vite",
"build": "tsc -p tsconfig.prod.json && vite build",
"preview": "vite preview",
"test": "NODE_ENV=test jest"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.27.2",
"framer-motion": "^6",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"babel-jest": "^28.1.2",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"camelcase": "^6.3.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"jest-watch-typeahead": "^1.1.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.6.3",
"vite": "^2.9.9"
},
"author": "Hasan | https://github.com/hasan-py/"
}