-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
111 lines (111 loc) · 3.36 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "next-libs",
"private": true,
"homepage": "https://github.com/easyops-cn/next-libs",
"repository": {
"type": "git",
"url": "git@github.com:easyops-cn/next-libs.git"
},
"license": "GPL-3.0",
"scripts": {
"prepare": "lerna bootstrap && husky install",
"start": "lerna run start",
"build": "lerna run build",
"postbuild": "npm run size-limit",
"size-limit": "size-limit",
"test": "next-jest",
"test:ci": "lerna run test:ci --",
"yo": "brick-scripts -t libs",
"yo-debug": "node --inspect-brk ./node_modules/@next-core/brick-scripts/dist/index.js -t libs",
"renew": "dev-dependencies-renew",
"extract": "dev-dependencies-extract",
"lint-staged": "lint-staged"
},
"browserslist": {
"development": [
"extends @next-core/browserslist-config-next/development"
],
"production": [
"extends @next-core/browserslist-config-next/production"
]
},
"devDependencies": {
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.5.0",
"@babel/runtime": "^7.20.6",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next-core/babel-runtime-helpers": "^1.0.27",
"@next-core/brick-http": "^2.8.2",
"@next-core/brick-icons": "^2.33.43",
"@next-core/brick-kit": "^2.197.3",
"@next-core/brick-types": "^2.97.0",
"@next-core/brick-utils": "^2.52.1",
"@next-core/dev-dependencies": "^1.18.45",
"@next-core/easyops-analytics": "^0.12.1",
"@next-core/editor-bricks-helper": "^0.50.71",
"@next-core/fontawesome-library": "^1.1.38",
"@next-core/illustrations": "^0.11.32",
"@next-core/loader": "^1.6.5",
"@next-core/pipes": "^1.0.18",
"@size-limit/file": "^8.1.0",
"@svgr/rollup": "^5.5.0",
"@testing-library/react-hooks": "^5.1.3",
"@types/d3": "^6.7.5",
"@types/dompurify": "^2.4.0",
"@types/echarts": "^4.9.16",
"@types/enzyme": "^3.10.12",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/file-saver": "^2.0.1",
"@types/history": "^4.7.11",
"@types/jest": "^29.2.4",
"@types/js-base64": "^3.3.1",
"@types/js-yaml": "^3.12.7",
"@types/lodash": "^4.14.191",
"@types/lolex": "^5.1.2",
"@types/marked": "^2.0.4",
"@types/node": "^16.18.7",
"@types/prismjs": "^1.26.0",
"@types/react": "^16.14.34",
"@types/react-dom": "^17.0.0",
"@types/react-test-renderer": "^17.0.2",
"@types/react-transition-group": "^4.4.5",
"@types/yaml": "^1.9.6",
"antd": "~4.12.3",
"d3-drag": "^2.0.0",
"d3-force": "^2.1.1",
"d3-hierarchy": "^2.0.0",
"d3-selection": "^2.0.0",
"d3-shape": "^2.1.0",
"d3-zoom": "^2.0.0",
"dnd-core": "^11.1.3",
"echarts": "^4.9.0",
"enzyme": "^3.11.0",
"history": "^4.10.1",
"i18next": "^22.1.4",
"js-yaml": "^3.14.1",
"lodash": "^4.17.21",
"lolex": "^5.1.2",
"moment": "^2.29.4",
"react": "^16.14.0",
"react-ace": "^7.0.5",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.14.0",
"react-i18next": "^11.18.6",
"react-transition-group": "^4.4.5",
"snapshot-diff": "^0.8.1"
},
"workspaces": [
"libs/*"
],
"easyops": {
"create-next-repo": "0.10.1",
"dev-dependencies": "1.18.45"
},
"resolutions": {
"lodash": "^4.17.21",
"@next-core/brick-types": "^2.97.0",
"@types/react": "^16.14.34",
"ua-parser-js": "0.7.19"
}
}