-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.36 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
{
"name": "coen-desk-scenes",
"description": "Every character actor behind a desk in a Coen Brothers film",
"version": "1.0.0",
"author": "Scott Mahr",
"dependencies": {
"@babel/core": "^7.2.2",
"@emotion/core": "^10.0.20",
"@emotion/styled": "^10.0.17",
"babel-jest": "^24.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-gatsby": "^0.2.17",
"emotion-theming": "^10.0.19",
"gatsby": "^2.1.0",
"gatsby-image": "^2.0.41",
"gatsby-plugin-emotion": "^4.1.9",
"gatsby-plugin-google-analytics": "^2.1.24",
"gatsby-plugin-layout": "^1.0.9",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.6",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-sharp": "^2.1.3",
"polished": "^3.4.1",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"react-flip-toolkit": "^7.0.0",
"react-helmet": "^5.2.0",
"react-spring": "^8.0.27",
"rebass": "^4.0.0",
"smartypants": "^0.1.1"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "jest",
"scenes:build": "node build-scenes.js"
},
"devDependencies": {
"flow-bin": "^0.109.0",
"flow-typed": "^2.5.1",
"gatsby-plugin-flow": "^1.0.2",
"jest": "^24.1.0",
"prettier": "^1.14.2"
}
}