-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.5 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.5 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
46
47
48
49
{
"name": "@mybricks/plugin-connector-http",
"version": "1.2.37",
"author": "CheMingjun",
"license": "",
"main": "runtime/plugin.js",
"types": "runtime/index.d.ts",
"scripts": {
"build": "webpack --config ./scripts/webpack.build.js && webpack --config ./scripts/webpack-external.build.js && tsc --emitDeclarationOnly",
"publishToNpm": "npm run build && npm publish --registry=https://registry.npmjs.org --access=public"
},
"repository": {
"type": "git"
},
"files": [
"runtime",
"Readme.md"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-private-methods": "^7.17.12",
"@babel/plugin-proposal-private-property-in-object": "^7.17.12",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.18.6",
"@types/react-dom": "^17.0.7",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^9.1.0",
"portfinder-sync": "^0.0.2",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.3",
"webpack": "^5.39.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-merge": "^5.8.0",
"@mybricks/coder": "0.0.35",
"axios": "^1.1.3"
}
}