-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "votey-uppy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"types": "tsc"
},
"dependencies": {
"@headlessui/react": "^0.3.1",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.0.3",
"classnames": "^2.2.6",
"formik": "^2.2.5",
"luxon": "^1.25.0",
"mongodb": "^3.6.3",
"next": "^10.0.3",
"next-auth": "^3.1.0",
"postcss": "^8.1.10",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"query-string": "^6.13.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.12.0",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"remark-linkify-regex": "^1.0.0",
"tailwindcss": "^2.0.1",
"yup": "^0.32.9"
},
"peerOptionalDependencies": {
"mongodb": "^3.6.0"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/luxon": "^1.24.3",
"@types/mongodb": "^3.5.34",
"@types/next-auth": "^3.1.17",
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/yup": "^0.29.6",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"eslint": "^7.14.0",
"eslint-plugin-react": "^7.20.5",
"typescript": "^4.1.2"
}
}