mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-13 07:28:03 -05:00
35 lines
882 B
JSON
35 lines
882 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@sweetalert2/themes": "^5.0.15",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sweetalert2": "^11.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.15.10",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@typescript-eslint/eslint-plugin": "^5.56.0",
|
|
"@typescript-eslint/parser": "^5.56.0",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"eslint": "^8.36.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"monaco-editor": "^0.36.1",
|
|
"sass": "^1.60.0",
|
|
"typescript": "^4.9.3",
|
|
"valuescript": "^0.0.4",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|