-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "ibis-wiki",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/autocomplete": "^6.9.0",
"@codemirror/commands": "^6.2.4",
"@codemirror/language": "^6.8.0",
"@codemirror/merge": "^6.5.0",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.14.1",
"@lezer/markdown": "^1.0.5",
"@types/gapi": "^0.0.47",
"@types/gsi": "^0.0.4",
"aws4fetch": "^1.0.17",
"katex": "^0.16.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.3",
"wink-eng-lite-web-model": "^1.5.2",
"wink-nlp": "^1.14.3"
},
"devDependencies": {
"@types/katex": "^0.16.7",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.1",
"postcss": "^8.4.30",
"postcss-import-url": "^7.2.0",
"postcss-nesting": "^12.0.1",
"typescript": "^5.0.2",
"vite": "^4.4.0",
"vite-plugin-checker": "^0.6.2",
"vite-plugin-pwa": "^0.20.0"
}
}