forked from antvis/theme-set
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 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
{
"name": "@antv/theme-set",
"version": "0.1.0",
"author": "visiky <[email protected]>",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"clean": "gatsby clean",
"prepare": "husky install",
"lint-staged": "lint-staged"
},
"lint-staged": {
"*.{ts,tsx}": [
"prettier --write"
]
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@antv/g2plot": "^2.3.9",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"antd": "^4.10.3",
"gatsby-plugin-react-helmet": "^4.3.0",
"i18next": "^20.2.2",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-i18next": "^11.8.13"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-angular": "^12.1.1",
"@types/lodash": "^4.14.168",
"@types/react": "^17.0.0",
"classnames": "^2.3.1",
"gatsby": "^2.26.1",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-google-gtag": "^3.4.0",
"gatsby-plugin-less": "^4.6.0",
"gatsby-plugin-manifest": "^3.3.0",
"husky": "^6.0.0",
"less": "^4.1.0",
"lint-staged": "^10.5.4",
"pre-commit": "^1.2.2",
"prettier": "2.2.1"
},
"keywords": [
"g2",
"g2plot",
"theme"
],
"repository": {
"type": "git",
"url": "https://github.com/visiky/g2plot-theme-builder.git"
},
"resolutions": {
"@babel/plugin-transform-spread": "7.12.1"
},
"license": "MIT"
}