-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
{
"name": "overlap.show",
"version": "1.0.0",
"description": "Website for Goldsmiths MA Computation Arts 2017 final show",
"homepage": "http://overlap.show/",
"repository": "https://github.com/pouretrebelle/overlap.show",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"lint": "stylint src && eslint --ext jsx --ext js src"
},
"author": "Charlotte Dann",
"license": "MIT",
"dependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"classnames": "^2.2.5",
"eslint": "4.1.0",
"eslint-plugin-react": "7.1.0",
"gatsby": "1.8.11",
"gatsby-link": "1.6.7",
"gatsby-source-filesystem": "1.4.2",
"gatsby-transformer-remark": "1.7.0",
"gsap": "^1.19.1",
"mobx": "^3.1.16",
"mobx-react": "^4.2.1",
"react": "15.6.1",
"react-google-maps": "next",
"react-helmet": "4.0.0",
"react-router-dom": "^4.1.2",
"react-transition-group": "^1.2.0",
"stylint": "1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1"
}
}