-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 964 Bytes
/
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
{
"name": "browser-esm-vite-react",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"simpleserver": "node ../node_modules/yaserver/bin/yaserver --root ./dist --port 9999"
},
"dependencies": {
"@types/p5": "^1.6.2",
"console-feed": "^3.5.0",
"easy-peasy": "^6.0.0",
"emmet-monaco-es": "^5.2.1",
"prettier": "^2.8.8",
"react-redux": "^8.0.5"
},
"devDependencies": {
"@types/linkifyjs": "^2.1.4",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"monaco-editor": "^0.36.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.0.2",
"vite": "^4.1.4",
"vite-plugin-monaco-editor": "^1.1.0"
}
}