Blame view

package.json 610 Bytes
3a3ecabe   Imshann   init
1
2
3
4
5
6
7
8
  {
      "name": "ng-antd",
      "version": "1.0.0",
      "main": "index.js",
      "license": "MIT",
      "scripts": {
          "build": "beanboom -s ./src/ -o ./build/ -t angular",
          "watch": "npx beanboom -s ./src/ -o ./build/ -t angular -w",
6f87698a   Imshann   优化
9
10
          "wp": "npx webpack --watch",
          "wpb": "npx webpack"
3a3ecabe   Imshann   init
11
12
13
14
      },
      "devDependencies": {
          "@ant-design/icons-svg": "^4.2.1",
          "antd": "^4.18.2",
ddd373d9   Imshann   优化Card组件
15
          "beanboom": "^0.9.7",
3a3ecabe   Imshann   init
16
17
18
19
20
21
22
          "css-loader": "^6.5.1",
          "html-loader": "^3.0.1",
          "style-loader": "^3.3.1",
          "webpack": "^5.64.1",
          "webpack-cli": "^4.9.1"
      }
  }