-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.83 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
{
"name": "rekt-chart",
"version": "0.0.1",
"description": "A WebGL-based broken chart library",
"main": "dist/cjs/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twjang/rekt-chart.git"
},
"keywords": [
"WebGL",
"chart"
],
"author": "Taewoong Jang",
"license": "ISC",
"bugs": {
"url": "https://github.com/twjang/rekt-chart/issues"
},
"types": "dist/index.d.ts",
"module": "dist/esm/index.js",
"homepage": "https://github.com/twjang/rekt-chart#readme",
"peerDependencies": {
"react": "^18.0.0"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@mdx-js/react": "^2.1.3",
"@react-three/fiber": "^8.7.4",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-interactions": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/builder-webpack4": "^6.5.12",
"@storybook/manager-webpack4": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/testing-library": "^0.0.13",
"@types/react": "^18.0.0",
"@types/three": "^0.144.0",
"babel-loader": "^8.2.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.79.0",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"three": "^0.144.0",
"tslib": "^2.4.0",
"typescript": "^4.8.3"
},
"dependencies": {}
}