-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 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
51
52
53
54
55
{
"name": "@postgres.ai/shared",
"version": "4.0.2",
"scripts": {
"build": "tsc -p tsconfig.build.json && node scripts/copy-assets.js",
"pack": "node scripts/pack.js"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@babel/core": "^7.29.0",
"@craco/craco": "^7.0.0-alpha.7",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/styles": "^4.11.4",
"@monaco-editor/react": "^4.4.5",
"@mui/material": "^5.10.12",
"@types/node": "^12.20.33",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.10",
"@types/react-router": "^5.1.17",
"@types/react-router-dom": "^5.3.1",
"@types/react-syntax-highlighter": "^15.5.6",
"classnames": "^2.3.1",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.1",
"create-file-webpack": "^1.0.2",
"crypto-browserify": "^3.12.0",
"date-fns": "^2.22.1",
"formik": "^2.2.9",
"get-user-locale": "^1.4.0",
"mobx": "^6.3.5",
"mobx-react-lite": "^3.2.1",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-countdown-hook": "^1.1.0",
"react-scripts": "^5.0.0",
"react-syntax-highlighter": "^15.5.0",
"stream-browserify": "^3.0.0",
"typescript": "^4.8.3",
"use-timer": "^2.0.1",
"yup": "^0.32.11"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0"
},
"devDependencies": {
"glob": "^11.1.0"
}
}