-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.03 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
{
"name": "venn-diagrams",
"private": true,
"description": "This tool visualizes set operations",
"version": "1.0.0",
"author": "Fabian Loewe <fabianl@th-brandenburg.de>, Jan Vandenhouten <vandenho@th-brandenburg.de>",
"dependencies": {
"@vx/group": "^0.0.189",
"@vx/shape": "^0.0.189",
"babel-plugin-styled-components": "^1.10.6",
"d3-shape": "latest",
"detect-browser-language": "^0.0.2",
"gatsby": "^2.13.20",
"gatsby-image": "^2.2.6",
"gatsby-plugin-flow": "^1.1.7",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-manifest": "^2.2.10",
"gatsby-plugin-offline": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.1.2",
"gatsby-plugin-sharp": "^2.2.7",
"gatsby-plugin-styled-components": "^3.1.3",
"gatsby-source-filesystem": "^2.1.5",
"gatsby-transformer-sharp": "^2.2.3",
"gatsby-transformer-yaml": "^2.2.12",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-accessible-accordion": "^3.0.0",
"react-color": "^2.17.3",
"react-device-detect": "^1.9.10",
"react-dom": "^16.8.6",
"react-grid-layout": "^0.16.6",
"react-helmet": "^5.2.1",
"react-toastify": "^5.4.0",
"simple-keyboard": "^2.26.4",
"styled-components": "^4.3.2",
"typeface-roboto": "^0.0.75",
"typeface-roboto-mono": "^0.0.75",
"typeface-source-sans-pro": "^0.0.75"
},
"devDependencies": {
"nativefier": "^7.7.0",
"prettier": "^1.18.2"
},
"keywords": [
"venn-diagrams",
"venn",
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"desktop": "nativefier -n venn-diagrams --maximize \"http://localhost:9000\" build-desktop"
},
"repository": {
"type": "git",
"url": "https://github.com/hyronx/venn-diagrams.git"
},
"bugs": {
"url": "https://github.com/hyronx/venn-diagrams/issues"
}
}