-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "automation_react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start -p 3100",
"lint": "next lint",
"lint:css": "stylelint '**/*.{css,scss,sass,vue,html,jsx,tsx}'",
"lint:css:fix": "stylelint '**/*.{css,scss,sass,vue,html,jsx,tsx}' --fix"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.2",
"antd": "^5.23.1",
"dompurify": "^3.2.3",
"next": "15.1.4",
"postcss-styled-syntax": "^0.7.0",
"quill": "^2.0.3",
"quill-image-resize": "^3.0.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reactflow": "^11.11.4"
},
"devDependencies": {
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@eslint/eslintrc": "^3",
"@types/node": "^20.17.14",
"@types/quill": "^2.0.14",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"@types/stylelint": "^14.0.0",
"eslint": "^9",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.2",
"postcss": "^8",
"postcss-html": "^1.8.0",
"prettier": "^3.4.2",
"stylelint": "^16.13.2",
"stylelint-config-standard": "^37.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}