-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.02 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
{
"name": "diluv-website",
"version": "0.1.0",
"scripts": {
"next": "next",
"build": "next build",
"build:staging": "env-cmd -f .env.staging next build",
"dev": "next dev",
"fast-dev": "next build && next start",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@heroicons/react": "1.0.2",
"@jaredlll08/react-paginate": "7.0.1",
"@popperjs/core": "2.9.2",
"axios": "0.21.1",
"date-fns": "2.22.1",
"filesize": "7.0.0",
"formik": "2.2.9",
"hast-util-sanitize": "^3.0.2",
"next": "11.0.1",
"next-auth": "3.27.3",
"next-compose-plugins": "2.2.1",
"next-seo": "4.26.0",
"nprogress": "0.2.0",
"react": "17.0.2",
"react-debounce-input": "3.2.4",
"react-dom": "17.0.2",
"react-dropzone": "11.3.4",
"react-popper": "2.2.5",
"react-select": "4.3.1",
"react-super-responsive-table": "5.2.0",
"react-tooltip": "^4.2.21",
"remark": "12.0.1",
"remark-admonitions": "1.2.1",
"remark-autolink-headings": "6.0.1",
"remark-html": "^13.0.1",
"remark-react": "7.0.1",
"remark-slug": "6.0.0",
"remark-spoiler": "1.0.6",
"remark-underline": "1.0.5",
"simplebar": "5.3.5",
"simplebar-react": "2.3.5",
"tslib": "2.3.0",
"yup": "0.32.9"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "4.0.3",
"@types/next-auth": "3.15.0",
"@types/node": "16.4.0",
"@types/nprogress": "0.2.0",
"@types/react": "17.0.14",
"@types/react-dom": "17.0.9",
"@types/react-paginate": "7.1.1",
"@types/react-select": "4.0.17",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"autoprefixer": "10.3.1",
"env-cmd": "10.1.0",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-react": "7.24.0",
"postcss": "8.3.6",
"postcss-loader": "6.1.1",
"postcss-preset-env": "6.7.0",
"tailwindcss": "2.2.5",
"tailwindcss-text-indent": "1.0.2",
"typescript": "4.3.5"
},
"license": "LGPL-2.1-only"
}