-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
{
"name": "@mybricks/designer-spa",
"version": "1.1.20",
"description": "Designer for no-code, compatible with low-code",
"main": "index.min.js",
"scripts": {
"dev": "webpack-dev-server --config ./scripts/webpack.dev.js",
"build": "webpack --config ./scripts/webpack.build.js",
"_dev": "webpack-dev-server --config ./scripts/webpack._dev.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mybricks/designer.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"author": "CheMingjun",
"license": "ISC",
"dependencies": {
"@mybricks/rxui": "^1.0.86"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"babel-loader": "^8.2.5",
"commitizen": "^4.2.5",
"core-js": "^3.23.5",
"css-loader": "^6.7.1",
"cz-conventional-changelog": "^3.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"less": "^4.1.3",
"less-loader": "^11.0.0",
"raw-loader": "^4.0.1",
"rimraf": "^3.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^9.3.1",
"typescript": "^4.2.3",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
}
}