-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "@seracio/fulgur",
"version": "4.2.0",
"description": "An esoteric vis library",
"source": "src/index.js",
"main": "dist/fulgur.js",
"module": "dist/fulgur.module.js",
"unpkg": "dist/fulgur.umd.js",
"scripts": {
"prepublishOnly": "rm -rf dist && yarn build",
"build": "microbundle --no-sourcemap --jsx React.createElement",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seracio/fulgur.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/seracio/fulgur/issues"
},
"homepage": "https://github.com/seracio/fulgur#readme",
"peerDependencies": {
"d3": "^5.16.0",
"react": "^16.13",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-info": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addon-storysource": "^6.0.21",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^6.0.21",
"babel-loader": "^8.1.0",
"d3": "^6.1.1",
"lodash": "^4.17.15",
"microbundle": "^0.12.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"dependencies": {}
}