-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
69 lines (69 loc) · 1.97 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "apache-superset-docs",
"private": true,
"description": "The landing page and doc size for getting started with Apache Superset",
"version": "0.1.0",
"author": "preset.io",
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@superset-ui/style": "^0.14.9",
"antd": "^4.5.2",
"docz": "^2.3.1",
"emotion": "^10.0.27",
"gatsby": "^2.24.53",
"gatsby-dynamical-navigation": "^0.4.1",
"gatsby-image": "^2.4.14",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.21",
"gatsby-plugin-offline": "^3.2.21",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.24",
"gatsby-source-filesystem": "^2.3.23",
"gatsby-theme-docz": "^2.3.1",
"gatsby-transformer-sharp": "^2.5.12",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"theme-ui": "^0.3.1",
"three": "^0.68.0"
},
"devDependencies": {
"eslint-config-airbnb": "^18.2.0",
"gatsby-plugin-eslint": "^2.0.8",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src/ --ext .ts,.js,.tsx,.jsx",
"lint-fix": "eslint --fix src/ --ext .ts,.js,.tsx,.jsx",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"eslintConfig": {
"globals": {
"window": true,
"console": true
}
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}