Blame view

package.json 579 Bytes
3a3ecabe   Imshann   init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
      "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",
          "wp": "npx webpack --watch"
      },
      "devDependencies": {
          "@ant-design/icons-svg": "^4.2.1",
          "antd": "^4.18.2",
          "beanboom": "0.8.4",
          "css-loader": "^6.5.1",
          "html-loader": "^3.0.1",
          "style-loader": "^3.3.1",
          "webpack": "^5.64.1",
          "webpack-cli": "^4.9.1"
      }
  }