-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.11 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
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
{
"name": "ikkz-bext",
"license": "MIT",
"repository": {
"url": "https://github.com/ikkz/bext"
},
"contributors": [
{
"name": "ikkz",
"url": "https://github.com/ikkz"
},
{
"name": "lemon399",
"url": "https://gitee.com/lemon399"
}
],
"scripts": {
"start": "umi dev",
"build": "umi build",
"postbuild": "node scripts/clean-vercel-build.js",
"analyze": "cross-env ANALYZE=1 yarn build",
"postinstall": "umi generate tmp",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
"test": "umi-test",
"test:coverage": "umi-test --coverage"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,less,md,json}": [
"prettier --write"
],
"*.ts?(x)": [
"prettier --parser=typescript --write"
]
},
"dependencies": {
"@fluentui/react": "^8.42.0",
"@monaco-editor/react": "^4.3.1",
"@umijs/plugin-analytics": "^0.2.2",
"ahooks": "^3.0.0",
"constate": "^3.3.0",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.7",
"dompurify": "^2.3.3",
"file-saver": "^2.0.5",
"lodash-es": "^4.17.21",
"query-string": "^7.0.1",
"quill": "^1.3.7",
"re-resizable": "^6.9.1",
"react": "17.x",
"react-dom": "17.x",
"umi": "^3.5.20",
"use-media": "^1.4.0",
"workerize": "^0.1.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
"@types/dompurify": "^2.3.1",
"@types/file-saver": "^2.0.4",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.5",
"@types/quill": "^2.0.9",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/shelljs": "^0.8.9",
"@umijs/test": "^3.5.20",
"ajv": "^8.8.2",
"cross-env": "^7.0.3",
"jest": "^27.3.1",
"lint-staged": "^10.0.7",
"monaco-editor": "^0.31.0",
"prettier": "^2.2.0",
"raw-loader": "^4.0.2",
"shelljs": "^0.8.4",
"simple-git": "^2.47.0",
"typescript": "^4.1.2",
"typescript-json-schema": "^0.52.0",
"windicss-webpack-plugin": "^1.5.9",
"yorkie": "^2.0.0"
},
"version": "1.0.0"
}