-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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
{
"name": "mind-editor",
"version": "0.0.1",
"description": "Mind Editor",
"scripts": {
"dev": "webpack serve --mode=development",
"build": "webpack --mode=production"
},
"keywords": [
"MindEditor"
],
"author": "BennoWu",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@types/lodash-es": "^4.17.5",
"@types/lz-string": "^1.3.34",
"@types/marked": "^4.0.3",
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.3",
"eslint": "^7.23.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.4.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.4",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.2.6",
"typescript": "~4.4.4",
"webpack": "^5.58.2",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@bennowu/hotbox": "^1.1.15",
"@bennowu/kityminder-core": "^2.0.0",
"@zip.js/zip.js": "^2.3.18",
"antd": "~4.17.0",
"core-js": "^3.19.1",
"fast-json-patch": "^3.1.0",
"fast-xml-parser": "^3.20.3",
"i18next": "^21.5.0",
"kity": "^2.0.4",
"lodash-es": "^4.17.21",
"lz-string": "^1.4.4",
"marked": "^4.0.17",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.14.2"
},
"browserslist": [
"last 2 versions",
"not dead",
"> 1%",
"not IE 11"
]
}