-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 3.17 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"private": true,
"scripts": {
"start": "next start",
"dev": "node server.js || next dev",
"build": "next build",
"generate": "graphql-codegen --config codegen.yml -r dotenv/config"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.4.2",
"@codemirror/basic-setup": "0.18.0",
"@codemirror/lang-json": "0.18.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/pro-light-svg-icons": "^5.15.3",
"@fortawesome/pro-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@jsplumb/browser-ui": "4.0.0-RC86",
"@jsplumb/community-core": "4.0.0-RC46",
"@jsplumb/core": "^4.0.0-RC86",
"@panzoom/panzoom": "^4.3.2",
"ahooks": "^2.10.8",
"autoprefixer": "^10.2.5",
"catchify": "^2.6.1",
"compression": "^1.7.4",
"contentful-import": "^8.1.1",
"core-js": "^3.15.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"graphql": "^15.5.0",
"graphql-request": "^3.4.0",
"http-proxy-middleware": "^1.2.0",
"mobx": "6.2.0",
"mobx-react-lite": "^3.2.0",
"mobx-state-tree": "^5.0.1",
"natural-scroll": "^0.2.2",
"next": "^11.0.1",
"next-dark-mode": "^3.0.0",
"next-images": "^1.8.1",
"postcss": "^8.3.5",
"prop-types": "^15.7.2",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-aria": "^3.5.0",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.3",
"react-hook-form": "^7.2.1",
"react-kawaii": "^0.17.0",
"react-overlays": "^5.0.0",
"react-query": "^3.13.10",
"react-stately": "^3.4.0",
"rehype-highlight": "^4.1.0",
"rehype-react": "^6.2.0",
"rehype-sanitize": "^4.0.0",
"remark": "^13.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"strip-markdown": "^4.0.0",
"tailwindcss": "^2.2.4",
"ts-node": "^10.1.0",
"unified": "^9.2.1",
"validator": "^13.6.0",
"zod": "^3.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@graphql-codegen/cli": "1.21.4",
"@graphql-codegen/typescript": "1.22.0",
"@graphql-codegen/typescript-operations": "1.17.16",
"@react-types/menu": "^3.1.1",
"@react-types/shared": "^3.5.0",
"@types/compression": "^1.7.0",
"@types/express": "^4.17.11",
"@types/node": "^15.12.5",
"@types/react": "^17.0.3",
"@types/react-kawaii": "^0.11.0",
"@types/validator": "^13.1.3",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import-helpers": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.2",
"typescript": "^4.3.5"
}
}