forked from dungeon-revealer/dungeon-revealer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
158 lines (158 loc) · 5.33 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "dungeon-revealer",
"version": "1.17.1",
"description": "dungeon-revealer ================",
"bugs": {
"url": "https://github.com/dungeon-revealer/dungeon-revealer/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/dungeon-revealer/dungeon-revealer.git"
},
"license": "ISC",
"author": "apclary",
"main": "app.js",
"bin": "bin/dungeon-revealer",
"scripts": {
"prebuild": "node scripts/prebuild.js",
"build:frontend": "node scripts/copy-monaco-editor-files.js && npm run relay-compiler && vite build --base=./",
"build:backend": "tsc --project server/tsconfig.json",
"build": "npm run build:frontend && npm run build:backend",
"compile": "npx caxa -i . --exclude '*' '.*' '!server-build' '!build' '!package.json' '!package-lock.json' '!node_modules' -o bin/dungeon-revealer-bin -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/server-build/index.js\" \"--caxa\"",
"compile:win": "npx caxa -i . --exclude '*' '.*' '!server-build' '!build' '!package.json' '!package-lock.json' '!node_modules' -o bin/dungeon-revealer-bin.exe -- \"{{caxa}}/node_modules/.bin/node\" \"{{caxa}}/server-build/index.js\" \"--caxa\"",
"eslint": "eslint --ignore-path .gitignore --max-warnings 0 \"**/*.js\" \"bin/dungeon-revealer\"",
"postinstall": "patch-package",
"start": "node ./bin/dungeon-revealer",
"test": "jest --passWithNoTests",
"start:frontend:dev": "vite",
"start:server:dev": "ts-node-dev --project server/tsconfig.json --no-deps server/index.ts",
"relay-compiler": "relay-compiler",
"write-schema": "ts-node --project ./server/tsconfig.json ./scripts/write-graphql-schema.ts",
"patch-package": "patch-package",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.js": [
"eslint --fix"
],
"*.{js,json,md,html,ts,tsx,graphql}": [
"prettier --write"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@airjp73/dice-notation": "2.2.2",
"@graphql-yoga/subscription": "0.0.2-canary-7506883.0",
"@n1ru4l/graphql-live-query": "0.9.0",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.7.0",
"@n1ru4l/in-memory-live-query-store": "0.8.0",
"@n1ru4l/push-pull-async-iterable-iterator": "3.1.0",
"@n1ru4l/socket-io-graphql-server": "0.12.0",
"body-parser": "1.20.2",
"connect-busboy": "^1.0.0",
"express": "4.18.2",
"fp-ts": "2.11.5",
"fs-extra": "9.1.0",
"gqtx": "^0.8.1-e6f907e5.0",
"graphql": "15.6.1",
"io-ts": "2.2.16",
"junk": "3.1.0",
"liquidjs": "9.30.0",
"lodash": "4.17.21",
"morgan": "1.10.0",
"sanitize-html": "2.5.2",
"serve-favicon": "2.5.0",
"showdown": "1.9.1",
"socket.io": "4.7.2",
"sqlite": "4.0.23",
"sqlite3": "^5.1.5",
"unzipper": "0.10.11"
},
"devDependencies": {
"@babel/core": "7.15.8",
"@babel/preset-env": "7.15.8",
"@babel/preset-typescript": "7.15.0",
"@chakra-ui/react": "1.7.3",
"@emotion/react": "11.7.1",
"@emotion/sheet": "1.1.0",
"@emotion/styled": "11.3.0",
"@monaco-editor/react": "4.3.1",
"@n1ru4l/socket-io-graphql-client": "0.11.1",
"@n1ru4l/use-async-effect": "1.3.1",
"@types/body-scroll-lock": "3.1.0",
"@types/connect-busboy": "^1.0.0",
"@types/express": "4.17.13",
"@types/fs-extra": "9.0.13",
"@types/howler": "2.2.7",
"@types/jest": "27.0.2",
"@types/lodash": "4.14.182",
"@types/morgan": "^1.9.3",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react-relay": "7.0.20",
"@types/relay-runtime": "10.1.10",
"@types/sanitize-html": "2.3.2",
"@types/serve-favicon": "^2.5.3",
"@types/showdown": "1.9.4",
"@types/sqlite3": "3.1.8",
"@types/three": "0.126.2",
"@types/unzipper": "0.10.4",
"@vitejs/plugin-react-refresh": "1.3.6",
"babel-eslint": "10.1.0",
"babel-jest": "27.3.1",
"babel-plugin-relay": "10.1.3",
"body-scroll-lock": "3.1.5",
"caxa": "2.1.0",
"cross-env": "7.0.3",
"domhandler": "4.2.2",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-react-app": "6.2.2",
"fast-sha256": "1.3.0",
"framer-motion": "4.1.17",
"htmlparser2": "6.1.0",
"husky": "7.0.4",
"jest": "27.3.1",
"leva": "0.9.14",
"lint-staged": "11.2.6",
"monaco-editor": "0.31.1",
"parse-color": "1.0.0",
"patch-package": "6.4.7",
"polished": "4.1.3",
"postcss": "8.4.31",
"prettier": "2.4.1",
"react": "17.0.2",
"react-colorful": "5.5.0",
"react-dom": "17.0.2",
"react-easy-crop": "3.5.3",
"react-focus-lock": "2.5.2",
"react-relay": "10.1.3",
"react-showdown": "2.3.1",
"react-spring": "9.0.0-rc.3",
"react-three-fiber": "5.3.22",
"react-use-gesture": "9.1.3",
"react-use-measure": "2.0.4",
"react-virtuoso": "2.3.1",
"relay-compiler": "10.1.3",
"relay-compiler-language-typescript": "13.0.10",
"relay-config": "10.1.3",
"relay-hooks": "4.2.0",
"relay-runtime": "10.1.3",
"socket.io-client": "4.7.2",
"three": "0.126.1",
"three-stdlib": "1.1.3",
"troika-three-text": "^0.46.4",
"ts-node-dev": "1.1.8",
"typescript": "4.4.4",
"use-sound": "3.0.1",
"vite": "2.9.17",
"vite-plugin-babel-macros": "1.0.5",
"zustand": "3.5.13"
}
}