-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.7 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
{
"name": "march-second",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.12",
"@apollo/react-hooks": "^4.0.0",
"@apollo/react-ssr": "^4.0.0",
"@types/chart.js": "^2.9.31",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/styled-components": "^5.1.7",
"@types/yup": "^0.29.11",
"apollo-boost": "^0.4.9",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"apollo-server-micro": "^2.21.1",
"autoprefixer": "^10.2.5",
"babel-plugin-styled-components": "^1.12.0",
"chart.js": "^2.9.4",
"formik": "^2.2.6",
"framer-motion": "^3.10.5",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"i18n-js": "^3.8.0",
"i18next": "^20.1.0",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-http-backend": "^1.2.1",
"i18next-icu": "^2.0.2",
"next": "^10.0.8",
"next-i18next": "^8.1.2",
"next-with-apollo": "^5.1.1",
"postcss": "^8.2.7",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"react": "17.0.1",
"react-chartjs-2": "^2.11.1",
"react-csv": "^2.0.3",
"react-dom": "17.0.1",
"react-i18next": "^11.8.12",
"styled-components": "^5.2.1",
"swr": "^0.5.4",
"tailwind": "^4.0.0",
"tailwindcss": "^2.0.3",
"typescript": "^4.2.3",
"yup": "^0.32.9"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@types/next-auth": "^3.7.2",
"babel-plugin-macros": "^3.0.1",
"next-auth": "^3.13.1",
"postcss-cli": "^8.3.1",
"twin.macro": "^2.3.0"
}
}