-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 931 Bytes
/
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": "xstory-experiments-in-storytelling",
"description": "A home in the web for xStory",
"version": "0.0.1",
"author": "Or Fleisher <[email protected]>",
"dependencies": {
"bootstrap": "4.1.3",
"gatsby": "1.9.277",
"three": "0.95.0"
},
"devDependencies": {
"gatsby-link": "^1.6.46",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gh-pages": "^1.2.0",
"prettier": "^1.14.0",
"react-helmet": "^5.2.0"
},
"keywords": [
"xstory",
"ITP",
"NYU"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"build_prefixed": "gatsby build --prefix-paths",
"deploy": "gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/ITP-Xstory/website"
}
}