-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
88 lines (88 loc) · 2.71 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "tinkersynth",
"private": true,
"description": "Create art through serendipitous experimentation",
"version": "0.1.0",
"author": "Josh Comeau <[email protected]>",
"scripts": {
"build": "gatsby build",
"serve": "gatsby serve",
"build-and-serve": "gatsby build && gatsby serve",
"develop": "gatsby develop -p 8765",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\""
},
"dependencies": {
"@google-cloud/storage": "^2.4.2",
"@loadable/component": "^5.2.2",
"babel-plugin-styled-components": "^1.10.0",
"canvas": "^2.3.1",
"canvas-sketch-util": "1.5.0",
"date-fns": "^1.30.1",
"express": "^4.16.4",
"focus-visible": "4.1.5",
"gatsby": "^2.0.76",
"gatsby-image": "^2.0.20",
"gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-flow": "1.0.2",
"gatsby-plugin-google-analytics": "^2.0.18",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-plugin-styled-components": "^3.0.5",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"immer": "^1.12.0",
"jest": "23.6.0",
"line-intersect": "2.2.0",
"mixpanel-browser": "^2.26.0",
"postmark": "^2.2.4",
"prop-types": "^15.7.2",
"query-string": "^6.2.0",
"random-seed": "^0.3.0",
"react": "16.7.0-alpha.2",
"react-dom": "16.7.0-alpha.2",
"react-helmet": "^5.2.0",
"react-icons-kit": "^1.2.1",
"react-redux": "^6.0.0",
"react-retro-hit-counter": "^1.0.1",
"react-spring": "7.1.2",
"react-tippy": "^1.2.3",
"react-waypoint": "^8.1.0",
"redux": "^4.0.1",
"redux-devtools": "^3.5.0",
"redux-devtools-dock-monitor": "^1.1.3",
"redux-devtools-log-monitor": "^1.4.0",
"redux-localstorage-simple": "^2.1.5",
"resize-observer-polyfill": "1.5.1",
"save-svg-as-png": "^1.4.12",
"seed-random": "^2.2.0",
"seeded-random": "^1.0.1",
"sqlite3": "^4.0.6",
"styled-components": "4.1.2",
"svg2img": "^0.5.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"body-parser": "^1.18.3",
"concurrently": "^4.1.0",
"flightplan": "^0.6.19",
"moment": "^2.24.0",
"nodemon": "^1.18.9",
"prettier": "^1.15.2",
"worker-loader": "2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/joshwcomeau/tinkersynth"
}
}