-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.97 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
59
60
61
62
63
64
{
"name": "koosmoos",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint --fix './src/**/*.{ts,tsx,js,jsx}'",
"format": "prettier --write --cache \"src/**/*.{ts,tsx}\"",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.3.1",
"@react-spring/parallax": "^9.7.3",
"@tanstack/react-query": "^4.33.0",
"@types/axios": "^0.14.0",
"axios": "^1.4.0",
"framer-motion": "^10.15.0",
"gsap": "^3.12.2",
"lottie-react": "^2.4.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.15.0",
"recoil": "^0.7.7",
"rehype-raw": "5.1.0",
"remark-gfm": "^3.0.1",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.13.3",
"@types/gsap": "^3.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"msw": "^1.3.1",
"prettier": "^3.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"msw": {
"workerDirectory": "public"
}
}