vsuh-cntnr-react-sample
/
package.json
28 строк · 734.0 Байт
1{
2"name": "containerapp-react-sample",
3"private": true,
4"version": "0.0.0",
5"type": "module",
6"scripts": {
7"dev": "vite",
8"build": "vite build",
9"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
10"preview": "vite preview"
11},
12"dependencies": {
13"react": "^18.2.0",
14"react-dom": "^18.2.0",
15"react-particles": "^2.12.2",
16"tsparticles": "^2.12.0"
17},
18"devDependencies": {
19"@types/react": "^18.2.37",
20"@types/react-dom": "^18.2.15",
21"@vitejs/plugin-react": "^4.2.0",
22"eslint": "^8.53.0",
23"eslint-plugin-react": "^7.33.2",
24"eslint-plugin-react-hooks": "^4.6.0",
25"eslint-plugin-react-refresh": "^0.4.4",
26"vite": "^5.0.0"
27}
28}
29