-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
37 lines (37 loc) · 1.17 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": "app-talk",
"description": "AppTalk - Let iOS apps talk. A user contributable directory of iOS apps with x-callback-urls.",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "rm -rf node_modules/gh-pages/.cache && gatsby build --prefix-paths && gh-pages -d public",
"lintsrc": "./node_modules/.bin/eslint src/**/*.js",
"lintjson": "./node_modules/.bin/jsonlint-cli data/apps/*.json"
},
"dependencies": {
"clipboard": "^2.0.1",
"gatsby": "^3.0.0",
"gatsby-image": "^3.0.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-typography": "^3.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-transformer-json": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.23",
"typography": "^0.16.21"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^5.0.0",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"jsonlint": "^1.6.3",
"jsonlint-cli": "^1.0.1"
}
}