-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.94 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"static": "next build && next export",
"export": "next export",
"lint": "eslint --fix .",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@apollo/react-hooks": "^4.0.0",
"@auth0/auth0-react": "^1.2.0",
"@auth0/nextjs-auth0": "^0.16.0",
"@tailwindcss/forms": "^0.2.1",
"@zeit/next-sass": "^1.0.1",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "^1.5.17",
"axios": "^0.21.0",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^2.2.1",
"markdown-it": "^12.0.3",
"next": "latest",
"next-optimized-images": "^2.6.2",
"next-with-apollo": "^5.1.0",
"nextjs-redirect": "^5.0.0",
"node-sass": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-markdown": "^5.0.3",
"react-markdown-editor-lite": "^1.2.2",
"remark-gfm": "^1.0.0",
"sass-loader": "^10.1.0",
"swr": "^0.3.9",
"use-auth0-hooks": "^0.7.0"
},
"devDependencies": {
"@headlessui/react": "^0.2.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^6.0.1",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.0",
"tailwindcss": "^1.7.4"
},
"config": {
"puppeteer_skip_chromium_download": true
},
"license": "MIT"
}