-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
executable file
·74 lines (74 loc) · 2.56 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
{
"name": "ant-design-dtinsight-theme",
"version": "2.2.2",
"description": "This is a document of dtinsight-theme based on Ant Design.",
"repository": "https://github.com/DTStack/ant-design-dtinsight-theme",
"homepage": "https://github.com/DTStack/ant-design-dtinsight-theme",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development bisheng start",
"build": "rm -rf dist && bisheng build",
"generate": "node custom-icons/generate/index.js",
"clean": "rimraf dist/*",
"changelog": "./scripts/changelog.sh",
"release": "node ./scripts/release.js",
"deploy": "gh-pages -d dist",
"prettier": "npx prettier --check '**/*.{js,jsx,json,ts,tsx}'",
"prettier:fix": "npx prettier --write '**/*.{js,jsx,json,ts,tsx}'",
"eslint": "npx eslint . --no-error-on-unmatched-pattern",
"eslint:fix": "npx eslint . --fix",
"stylelint": "npx stylelint '**/*.{less,css,scss}'",
"stylelint:fix": "npx stylelint '**/*.{less,css,scss}' --fix"
},
"keywords": [
"antd-theme",
"dtinsight"
],
"author": "dt-insight-front",
"license": "ISC",
"dependencies": {
"antd": "4.22.5",
"dayjs": "^1.11.0",
"insert-css": "^2.0.0",
"react-resizable": "^3.0.4"
},
"devDependencies": {
"@ant-design/compatible": "^1.1.0",
"@ant-design/icons": "^4.7.0",
"@babel/runtime": "^7.4.4",
"@typescript-eslint/eslint-plugin": "5.30.0",
"@typescript-eslint/parser": "5.30.0",
"bisheng": "^1.2.4",
"bisheng-plugin-antd": "^1.0.1",
"bisheng-plugin-react": "^1.0.0",
"bisheng-plugin-toc": "^0.4.4",
"commitizen": "^4.2.4",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "8.22.0",
"eslint-plugin-prettier": "4.2.1",
"file-loader": "^6.0.0",
"gh-pages": "^3.2.0",
"inquirer": "^8.2.2",
"intersection-observer": "^0.7.0",
"ko-lint-config": "^2.2.18",
"lz-string": "^1.4.4",
"postcss": "^8.4.17",
"postcss-less": "6.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-intl": "^2.9.0",
"rimraf": "^2.6.3",
"scrollama": "^2.0.0",
"standard-version": "7.0.1",
"stylelint": "14.11.0",
"url-loader": "^4.1.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}