-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "asoul-data-report-2021",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "tsc",
"format": "eslint . --fix && prettier --write .",
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview --host --port 3000",
"analyze": "webpack-bundle-analyzer build/bundle-stats.json"
},
"dependencies": {
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"autoprefixer": "^10.4.0",
"bezier-easing": "^2.1.0",
"dayjs": "^1.10.7",
"postcss": "^8.4.4",
"react": "^18.0.0-rc.0-next-f2a59df48-20211208",
"react-dom": "^18.0.0-rc.0-next-f2a59df48-20211208",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.3.1",
"react-router-dom": "^6.0.0",
"react-transition-group": "^4.4.2",
"swiper": "^7.4.1",
"swr": "^1.1.0",
"tailwindcss": "^3.0.1"
},
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/react-transition-group": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@vitejs/plugin-react": "^1.0.0",
"eslint": "^8.5.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"msw": "^0.36.5",
"prettier": "^2.5.1",
"rollup-plugin-visualizer": "^5.5.4",
"typescript": "^4.5.2",
"vite": "^2.7.10"
},
"msw": {
"workerDirectory": "public"
}
}