forked from DTStack/ant-design-dtinsight-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.46 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
{
"name": "ant-design-dtinsight-theme",
"version": "1.1.4",
"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": "bisheng build",
"clean": "rimraf dist/*",
"changelog": "./scripts/changelog.sh",
"release": "./scripts/release.sh",
"publish": "./scripts/publish.sh",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [
"antd-theme",
"dtinsight"
],
"author": "dt-insight-front",
"license": "ISC",
"dependencies": {
"antd": "3.26.13"
},
"devDependencies": {
"@babel/runtime": "^7.4.4",
"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",
"file-loader": "^6.0.0",
"gh-pages": "^3.2.0",
"intersection-observer": "^0.7.0",
"lz-string": "^1.4.4",
"moment": "^2.24.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",
"url-loader": "^4.1.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}