-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
54 lines (54 loc) · 1.52 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
49
50
51
52
53
54
{
"name": "docnow-catalog",
"private": true,
"description": "A clearinghouse for tweet datasets",
"version": "0.0.2",
"author": "Documenting the Now <[email protected]>",
"engines": {
"node": "12"
},
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/styles": "^4.11.2",
"gatsby": "^2.29.3",
"gatsby-plugin-google-analytics": "^2.8.0",
"gatsby-plugin-material-ui": "^2.1.10",
"gatsby-plugin-netlify-cms": "^4.7.0",
"gatsby-plugin-react-helmet": "^3.7.0",
"gatsby-source-filesystem": "^2.8.1",
"gatsby-transformer-json": "^2.8.0",
"gatsby-transformer-remark": "^2.13.1",
"material-table": "^1.69.2",
"netlify-cms-app": "^2.14.8",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^5.2.1",
"rss": "^1.2.2"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"keywords": [
"twitter",
"data"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"publish": "npm run build && rsync -ar --rsh='ssh -p22334' public/ [email protected]:/var/www/inkdroid.org/catalog/",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/docnow/catalog"
},
"bugs": {
"url": "https://github.com/docnow/catalog/issues"
}
}