-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "heartofcode",
"description": "Personal website.",
"version": "0.0.1",
"author": "Ducke <ducke@heartofcode.com>",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"train": "node scripts/train.js",
"build": "node scripts/train.js && gatsby build",
"develop": "node scripts/train.js && gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"afinn-165": "^1.0.4",
"bezier-easing": "^2.1.0",
"decache": "^4.5.1",
"gatsby": "^2.19.12",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-styled-components": "^3.1.19",
"graphql": "^14.6.0",
"lodash": "^4.17.15",
"natural": "^0.6.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-image-gallery": "^0.9.1",
"react-player": "^1.15.1",
"react-pose": "^4.0.10",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"sentiment": "^5.0.2",
"stickyfilljs": "^2.1.0",
"styled-components": "^4.4.1"
},
"devDependencies": {
"npm-check-updates": "^3.2.2",
"prettier": "^1.19.1"
},
"peerDependencies": {
"react-redux": "^7.0.3"
}
}