Blame view

package.json 1 KB
calmound authored
1
{
calmound authored
2
  "name": "pluto-template",
calmound authored
3
  "private": true,
calmound authored
4
  "author": "zhusen",
calmound authored
5
6
  "scripts": {
    "build": "max build",
calmound authored
7
    "dev": "max dev",
calmound authored
8
9
    "format": "prettier --cache --write .",
    "postinstall": "max setup",
calmound authored
10
    "prepare": "husky install",
calmound authored
11
12
13
14
    "setup": "max setup",
    "start": "npm run dev"
  },
  "dependencies": {
zhongnanhuang authored
15
    "@ant-design/charts": "^1.4.3",
calmound authored
16
17
    "@ant-design/icons": "^5.2.6",
    "@ant-design/pro-components": "^2.6.32",
calmound authored
18
    "@inspir/assembly-css": "1.0.0-alpha",
calmound authored
19
    "@umijs/max": "^4.0.87",
calmound authored
20
    "antd": "^5.10.2",
sanmu authored
21
    "axios": "^1.6.1",
zhongnanhuang authored
22
23
    "lodash": "^4.17.21",
    "print-js": "^1.6.0"
calmound authored
24
25
  },
  "devDependencies": {
calmound authored
26
    "@inspir/pluto": "^1.0.5",
sanmu authored
27
    "@types/lodash": "^4.14.201",
calmound authored
28
29
30
31
32
33
34
    "@types/react": "^18.2.31",
    "@types/react-dom": "^18.2.14",
    "husky": "^8.0.3",
    "lint-staged": "^15.0.2",
    "prettier": "^3.0.3",
    "prettier-plugin-organize-imports": "^3.2.3",
    "prettier-plugin-packagejson": "^2.4.6",
calmound authored
35
    "tailwindcss": "^3",
calmound authored
36
    "ts-gear": "^4.11.7",
calmound authored
37
38
39
    "typescript": "^5.2.2"
  }
}