-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.75 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
57
58
{
"name": "iq-react-vite-boilerplate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest --passWithNoTests",
"test:watch": "jest --watch",
"test:staged": "jest --bail --findRelatedTests --passWithNoTests",
"prepare": "husky install",
"serverless": "serverless -h"
},
"dependencies": {
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.3.0",
"styled-components": "5.3.5"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "13.3.0",
"@types/jest": "29.1.2",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.25",
"@typescript-eslint/eslint-plugin": "5.30.7",
"@typescript-eslint/parser": "5.30.7",
"@vitejs/plugin-react": "2.0.0",
"eslint": "8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"husky": "8.0.1",
"jest": "29.1.2",
"jest-environment-jsdom": "29.1.2",
"jest-transform-stub": "2.0.0",
"lint-staged": "13.0.3",
"prettier": "2.7.1",
"serverless-certificate-creator": "1.6.0",
"serverless-cloudfront-invalidate": "1.12.2",
"serverless-s3-sync": "3.0.0",
"serverless-website-domain": "2.0.6",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.6.4",
"vite": "3.0.2",
"vite-plugin-pwa": "0.13.1",
"vite-tsconfig-paths": "3.5.0"
}
}