-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.72 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
{
"name": "linklip-client",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-regular-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/aos": "^3.0.4",
"@types/react-router-dom": "^5.3.3",
"aos": "^2.3.4",
"axios": "^0.27.2",
"html-entities": "^2.3.3",
"jest": "^28.1.3",
"markdown-to-jsx": "^7.1.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-google-login": "^5.2.2",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.13.4",
"recoil": "^0.7.5",
"sass": "^1.53.0",
"tailwind-scrollbar-hide": "^1.1.7",
"ts-jest": "^28.0.7",
"vite-plugin-rewrite-all": "^1.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/jest": "^28.1.6",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",
"vite": "^2.9.9"
}
}