forked from RadikalWiki/radikalwiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.06 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
{
"name": "radikalwiki",
"version": "0.0.1",
"private": true,
"dependencies": {
"@devexpress/dx-chart-core": "^3.0.6",
"@devexpress/dx-core": "^3.0.6",
"@devexpress/dx-react-chart": "^3.0.6",
"@devexpress/dx-react-chart-material-ui": "^3.0.6",
"@devexpress/dx-react-core": "^3.0.6",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@gqty/logger": "^3.0.2",
"@gqty/react": "^3.0.2",
"@material/material-color-utilities": "^0.2.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^5.12.3",
"@mui/x-data-grid": "^5.15.0",
"@mui/x-date-pickers": "^6.16.2",
"@nhost/nextjs": "^2.1.17",
"@vercel/analytics": "^1.0.1",
"add": "^2.0.6",
"bufferutil": "^4.0.8",
"compare-versions": "^4.1.3",
"date-fns": "^2.28.0",
"encoding": "^0.1.13",
"gqty": "^3.2.0",
"graphql": "^16.5.0",
"graphql-ws": "^5.16.0",
"html-to-docx": "https://github.com/corwinstephen/fixed-html-to-docx",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"maplibre-gl": "^4.1.1",
"million": "^3.0.6",
"next": "^13.4.2",
"notistack": "^3.0.1",
"papaparse": "^5.3.2",
"platform": "^1.3.6",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-map-gl": "^7.1.7",
"react-transition-group": "^4.4.4",
"slate": "^0.91.4",
"slate-history": "^0.86.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.92.0",
"utf-8-validate": "^6.0.3",
"uuid": "^8.3.2",
"xlsx": "^0.18.5",
"yarn": "^1.22.19"
},
"scripts": {
"build": "export VERCEL_GIT_COMMIT_SHA=$(git rev-parse HEAD) && yarn build:gqty && yarn build:next",
"build:next": "next build",
"build:gqty": "gqty generate",
"clean": "rm -Rf .next node_modules",
"dev": "export VERCEL_GIT_COMMIT_SHA=$(git rev-parse HEAD) && yarn build:gqty && next",
"start": "export VERCEL_GIT_COMMIT_SHA=$(git rev-parse HEAD) && next start",
"lint": "next lint"
},
"devDependencies": {
"@gqty/cli": "^4.1.0",
"@svgr/webpack": "^6.3.1",
"@types/js-cookie": "^3.0.2",
"@types/node": "^17.0.23",
"@types/papaparse": "^5.3.2",
"@types/platform": "^1.3.4",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint": "^8.34.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-functional": "^5.0.4",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "4.7.4"
},
"gqty": {
"react": true,
"scalarTypes": {
"timestamptz": "string",
"uuid": "string"
},
"introspection": {
"endpoint": "core/gql/schema.gql"
},
"destination": "./core/gql/index.ts",
"javascriptOutput": false,
"subscriptions": true
}
}