-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
55
56
{
"name": "boilerplate-react-vite",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest",
"test:watch": "yarn test --watch",
"lint": "eslint src --ext ts,tsx",
"lint:fix": "yarn lint --fix",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"prepare": "husky install"
},
"dependencies": {
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.0.0",
"axios": "0.26.1",
"babel-eslint": "10.1.0",
"eslint": "8.13.0",
"eslint-config-react-app": "7.0.0",
"eslint-config-standard": "16.0.3",
"eslint-config-standard-jsx": "10.0.0",
"eslint-config-standard-react": "11.0.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.29.4",
"husky": "7.0.4",
"jest": "27.5.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "4.3.1",
"react-router-dom": "6.3.0",
"react-test-renderer": "18.0.0",
"styled-components": "5.3.5",
"swiper": "8.1.0",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"typescript": "4.6.3",
"uuidv4": "6.2.13",
"vite": "2.9.1",
"vite-plugin-linter": "1.2.0",
"vite-plugin-svgr": "1.1.0",
"vite-tsconfig-paths": "3.4.1"
},
"devDependencies": {
"@types/jest": "27.4.1",
"@types/react": "18.0.3",
"@types/react-dom": "18.0.0",
"@types/styled-components": "5.1.25",
"@vitejs/plugin-react": "1.3.0",
"miragejs": "0.1.43"
}
}