-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 2.12 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
65
66
{
"name": "asap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 5173",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"lint:css": "stylelint './src/**/*.{ts,tsx}'"
},
"dependencies": {
"@tanstack/react-query": "^5.45.1",
"@tanstack/react-query-devtools": "^5.45.1",
"@types/axios": "^0.14.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"axios": "^1.4.0",
"copy-text-to-clipboard": "^3.2.0",
"html2canvas": "^1.4.1",
"ismobilejs": "^1.1.1",
"postcss-syntax": "^0.36.2",
"prettier": "1.13",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-lottie": "^1.2.4",
"react-multi-date-picker": "^4.1.2",
"react-router-dom": "6",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"recoil-persist": "^5.1.0",
"styled-reset": "^4.5.1",
"swiper": "^10.0.4",
"vite-plugin-svgr": "^3.2.0"
},
"devDependencies": {
"@stylelint/postcss-css-in-js": "^0.38.0",
"@types/node": "^20.3.2",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-lottie": "^1.2.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.0.0",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8.43.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"prettier-plugin-style-order": "^0.2.2",
"styled-components": "^6.0.1",
"stylelint": "15.5.0",
"stylelint-config-concentric-order": "^5.1.0",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-styled-components": "^0.1.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vite-plugin-babel-macros": "^1.0.6"
}
}