-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"name": "pubsgate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.6.9",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^2.0.11",
"@types/apollo-upload-client": "^17.0.1",
"@types/react-pdf": "^5.7.2",
"apollo-upload-client": "^17.0.0",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"graphql": "^16.5.0",
"next": "12.1.5",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-pdf": "^5.7.2",
"react-relay": "^13.2.0",
"relay-runtime": "^13.2.0",
"slate": "^0.80.0",
"slate-history": "^0.66.0",
"slate-react": "^0.80.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"@types/node": "17.0.31",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"@types/relay-runtime": "^13.0.3",
"autoprefixer": "^10.4.7",
"babel-plugin-relay": "^13.2.0",
"cookies-next": "^2.1.1",
"copy-webpack-plugin": "^11.0.0",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"relay-compiler": "^13.2.0",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}