forked from argoproj/argo-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.55 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": "argo-site",
"version": "1.0.1",
"dependencies": {
"@types/classnames": "^2.2.6",
"@types/node": "^8.0.7",
"@types/react": "^16.4.7",
"@types/react-dom": "0.14.23",
"@types/react-helmet": "^5.0.6",
"classnames": "^2.2.6",
"copyfiles": "^2.0.0",
"elasticlunr": "^0.9.5",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.5.0-rc.2",
"gatsby": "^1.9.119",
"gatsby-link": "^1.6.28",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-react-helmet": "^1.0.8",
"gatsby-plugin-sass": "^1.0.26",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-plugin-typescript": "^1.4.10",
"gatsby-remark-autolink-headers": "1.4.9",
"gatsby-remark-copy-images": "^0.2.1",
"gatsby-remark-images": "^1.5.67",
"gatsby-remark-link-rewrite": "^0.2.1",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"gh-pages": "^1.2.0",
"jsdom": "^12.0.0",
"marked": "^0.7.0",
"querystring": "^0.2.0",
"raw-loader": "^0.5.1",
"react": "^16.4.1",
"three": "^0.95.0"
},
"main": "n/a",
"scripts": {
"generate": "./scripts/logos.sh > src/assets/clearbit-logos.txt",
"build": "NODE_ENV=production GA_TRACKING_ID=UA-105170809-1 node --max_old_space_size=4096 node_modules/.bin/gatsby build",
"deploy": "gh-pages -b master -d public -r [email protected]:argoproj/argoproj.github.io.git",
"start": "gatsby develop",
"lint": "tslint --project ./tsconfig.json"
},
"devDependencies": {
"tslint": "^5.11.0",
"tslint-react": "^3.6.0"
}
}