-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.38 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "soma-project",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "cra-append-sw --mode build --env ./.end.production",
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@ramonak/react-progress-bar": "^5.0.2",
"@tanstack/react-query": "^4.0.10",
"@tanstack/react-query-devtools": "^4.0.10",
"@types/chart.js": "^2.9.37",
"@types/gtag.js": "^0.0.10",
"@types/lodash": "^4.14.187",
"@types/react-loader-spinner": "^4.0.0",
"@types/recoil": "^0.0.9",
"@types/styled-components": "^5.1.26",
"aws": "^0.0.3-2",
"axios": "^0.27.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"chart.js": "^3.9.1",
"chartjs-plugin-zoom": "^1.2.1",
"cra-append-sw": "^2.7.0",
"crypto-js": "^4.1.1",
"daisyui": "^2.24.0",
"firebase": "^9.10.0",
"idb": "^7.1.0",
"lodash": "^4.17.21",
"msw": "^0.44.2",
"next": "12",
"next-images": "^1.8.4",
"next-pwa": "^5.5.4",
"prop-types": "^15.8.1",
"react": "latest",
"react-chartjs-2": "^4.3.1",
"react-dom": "latest",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.33.1",
"react-icons": "^4.4.0",
"react-is": "^18.2.0",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.1.0",
"react-notion": "^0.10.0",
"react-query": "^4.0.0",
"recoil": "^0.7.4",
"styled-components": "^5.3.5",
"sw-precache-webpack-plugin": "^1.0.0",
"swiper": "^8.3.2",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@iconify/react": "^3.2.2",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-query": "^1.2.9",
"@types/styled-jsx": "^3.4.4",
"@yarnpkg/pnpify": "^4.0.0-rc.14",
"@yarnpkg/sdks": "^3.0.0-rc.14",
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"eslint-config-react-app": "^7.0.1",
"next-compose-plugins": "^2.2.1",
"postcss": "^8.4.14",
"styled-jsx": "^5.0.4",
"tailwind-scrollbar": "^1.3.1",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
},
"packageManager": "[email protected]",
"msw": {
"workerDirectory": "public"
}
}