-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 2.17 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@mybricks/editors-pc-common",
"version": "1.0.61",
"description": "",
"main": "lib/index.js",
"scripts": {
"build": "webpack --config ./build/webpack.build.js && cp ./src/index.d.ts ./lib",
"publishToNpm": "npm run build && npm publish --registry=https://registry.npmjs.org --access=public",
"publishToNpm:beta": "npm run build && npm publish --registry=https://registry.npmjs.org --access=public --tag beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mybricks/editors-pc-common.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mybricks/editors-pc-common/issues"
},
"homepage": "https://github.com/mybricks/editors-pc-common#readme",
"dependencies": {
"@mybricks/code-editor": "1.1.24",
"@mybricks/coder": "^0.0.59-beta-1",
"@mybricks/color-picker": "^1.0.9",
"@tinymce/tinymce-react": "^5.1.1",
"color": "^4.2.3",
"color-string": "^1.9.1",
"cssjson": "^2.1.3",
"specificity": "^1.0.0"
},
"devDependencies": {
"@ant-design/icons": "^4.7.0",
"@babel/core": "7.15.0",
"@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/preset-env": "7.18.0",
"@babel/preset-react": "7.14.5",
"@mybricks/rxui": "1.0.23",
"@svgr/webpack": "^6.5.1",
"@types/color": "^3.0.3",
"@types/color-string": "1.5.2",
"@types/lodash": "4.14.170",
"@types/node": "15.12.2",
"@types/react": "^18.2.52",
"@types/react-color": "3.0.6",
"@types/react-dom": "17.0.7",
"@types/tinycolor2": "1.4.3",
"antd": "4.16.13",
"babel-loader": "8.2.2",
"babel-plugin-import": "1.13.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "6.2.0",
"less": "4.1.1",
"less-loader": "10.0.1",
"lodash": "4.17.21",
"moment": "^2.29.4",
"raw-loader": "4.0.2",
"react-color": "2.19.3",
"style-loader": "3.2.1",
"tinycolor2": "1.4.2",
"ts-loader": "9.2.5",
"typescript": "4.2.3",
"webpack": "^5.87.0",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2"
}
}