-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "@cdc/editor",
"version": "4.25.3",
"description": "React component for generating a new component entry",
"moduleName": "CdcEditor",
"main": "dist/cdceditor",
"type": "module",
"scripts": {
"start": "vite --open",
"build": "vite build",
"preview": "vite preview",
"graph": "nx graph",
"prepublishOnly": "lerna run --scope @cdc/editor build",
"test": "vitest run --reporter verbose",
"test-watch": "vitest watch --reporter verbose",
"test-watch:ui": "vitest --ui"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CDCgov/cdc-open-viz",
"directory": "packages/editor"
},
"bugs": {
"url": "https://github.com/CDCgov/cdc-open-viz/issues"
},
"license": "Apache-2.0",
"dependencies": {
"@cdc/chart": "^4.25.3",
"@cdc/core": "^4.25.3",
"@cdc/dashboard": "^4.25.3",
"@cdc/data-bite": "^4.25.3",
"@cdc/map": "^4.25.3",
"@cdc/markup-include": "^4.25.3",
"@cdc/waffle-chart": "^4.25.3",
"axios": "^0.30.0",
"d3": "^7.0.0",
"html-react-parser": "^3.0.8",
"react-dropzone": "^11.2.4",
"react-table": "^7.6.2",
"use-debounce": "^5.2.0",
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"gitHead": "c4b0402afe6ed209a85b7078711549b9fd7dae7d"
}