-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.22 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.22 KB
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": "basicprimitivesreact",
"sideEffects": false,
"version": "6.5.1",
"main": "dist/umd/index.js",
"module": "dist/esm/index.js",
"repository": {
"type": "git",
"url": "https://github.com/BasicPrimitives/react"
},
"homepage": "https://basicprimitives.github.io/react/",
"license": "SEE LICENSE IN license.pdf",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"buildlibrary": "SET NODE_ENV=production && if exist dist rmdir /s /q dist && mkdir dist && npx babel src/components/Diagrams --presets=\"module:@babel/preset-react\" --out-dir dist/esm --copy-files && npx babel src/components/Diagrams --presets=\"module:@babel/preset-env\",\"module:@babel/preset-react\" --out-dir dist/umd --copy-files"
},
"dependencies": {
"basicprimitives": "6.5.1",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.4",
"next": "13.4.4",
"postcss": "8.4.31",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
"@babel/node": "^7.22.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.10",
"@babel/preset-env": "^7.22.4",
"@babel/preset-react": "^7.22.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1"
},
"keywords": [
"data analytics",
"data visualization",
"visualization",
"diagrams",
"diagram layout",
"chart",
"charting library",
"diagram",
"diagrams visualization",
"diagram editor",
"diagram generator",
"tree",
"hierarchy",
"organizational chart",
"multiple inheritance visualization",
"family tree",
"dependency diagram",
"dependencies diagram",
"financial ownership diagram",
"layered graph",
"directed acyclic graph",
"component",
"react",
"javascript",
"component library",
"react component"
]
}