forked from KararTY/ppsl-cd-frontend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.62 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
52
53
54
55
{
"name": "ppsl-cd-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "node ./server/index.js",
"start-dev": "node ./server/index.js --dev",
"dev": "vite",
"build": "rimraf ./dist && vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lexical/headless": "^0.11.1",
"@lexical/react": "^0.11.1",
"@lexical/selection": "^0.11.1",
"@lexical/utils": "^0.11.1",
"@msgpack/msgpack": "^3.0.0-beta2",
"@picocss/pico": "^1.5.10",
"@tanstack/react-query": "^4.29.14",
"compression": "^1.7.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"fastify-next-auth": "^0.5.1",
"lexical": "^0.11.1",
"lucide-react": "^0.244.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-plugin-ssr": "^0.4.131"
},
"devDependencies": {
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"rimraf": "^5.0.1",
"sass": "^1.63.4",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
},
"packageManager": "[email protected]"
}