-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "stunning-guacamole",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"dependencies": {
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/language": "^6.0.0",
"@codemirror/state": "^6.0.0",
"@codemirror/view": "^6.0.0",
"@codesandbox/sandpack-react": "^2.6.9",
"@lezer/common": "^1.0.0",
"@monaco-editor/react": "^4.5.1",
"@salt-ds/core": "^1.37.3",
"@salt-ds/icons": "^1.13.0",
"@salt-ds/lab": "^1.0.0-alpha.57",
"@salt-ds/theme": "^1.23.3",
"lz-string": "^1.5.0",
"monaco-editor": "^0.43.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"scheduler": "^0.20.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"luxon": "^3.5.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.46"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/lz-string": "^1.3.34",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react-swc": "^3.0.0",
"jest": "^29.4.3",
"ts-jest": "^29.0.5",
"typescript": "^4.9.3",
"vite": "^4.4.7",
"vite-plugin-html": "^3.2.0"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
}
}