-
Notifications
You must be signed in to change notification settings - Fork 142
/
package.json
73 lines (73 loc) · 2.29 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
{
"name": "recharts.org",
"version": "0.0.1",
"description": "the website of recharts",
"private": true,
"scripts": {
"build": "vite build && npm run sync-examples",
"sync-examples": "rm -rf docs/examples/ && cp -r src/docs/exampleComponents/ docs/examples/",
"sync-examples-dev": "rm -rf public/examples/ && cp -r src/docs/exampleComponents/ public/examples/",
"start": "npm run sync-examples-dev && vite",
"autofix": "eslint src --fix",
"lint": "eslint src",
"prettier": "prettier --write src/**/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]/recharts/recharts.org.git"
},
"author": "recharts group",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-decorators": "^7.12.12",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^7.18.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "2.1.2",
"redux-devtools": "^3.7.0",
"redux-devtools-dock-monitor": "^1.2.0",
"redux-devtools-log-monitor": "^1.0.11",
"sass": "^1.56.2",
"typescript": "^5.4.5",
"vite": "^5.4.6",
"vite-tsconfig-paths": "^4.3.2"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"classnames": "^2.2.5",
"cross-fetch": "^3.1.2",
"d3-scale": "^3.2.3",
"d3-scale-chromatic": "^1.3.3",
"d3-shape": "^2.0.0",
"highlight.js": "~9.8.0",
"lodash": "^4.17.20",
"monaco-editor": "^0.33.0",
"oui-dom-events": "^0.2.2",
"oui-dom-utils": "^0.3.8",
"prop-types": "^15.6.2",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^6.1.0",
"react-monaco-editor": "^0.40.0",
"react-redux": "^7.0.0",
"react-router": "^3.0.0",
"react-router-redux": "~4.0.7",
"react-router-scroll": "~0.4.1",
"react-runner": "^1.0.3",
"recharts": "^2.14.0",
"redux": "4.0.0",
"redux-thunk": "^2.3.0",
"rimraf": "^2.5.4",
"scroll-behavior": "^0.9.12",
"simple-line-icons": "^2.5.5"
},
"license": "MIT"
}