-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
75 lines (75 loc) · 2.49 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
70
71
72
73
74
75
{
"name": "gatsby-starter-default",
"private": true,
"description": "A simple starter to get up and developing quickly with Gatsby",
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.22",
"babel-plugin-styled-components": "^1.10.0",
"eslint-plugin-prettier": "^3.0.1",
"framer-motion": "^2.0.0-beta.45",
"gatsby": "^2.20.21",
"gatsby-image": "^2.2.30",
"gatsby-plugin-canonical-urls": "^2.1.13",
"gatsby-plugin-emotion": "^4.1.13",
"gatsby-plugin-feed": "^2.1.2",
"gatsby-plugin-google-analytics": "^2.0.19",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-remark-copy-linked-files": "^2.0.12",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.0.11",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.18",
"gatsby-transformer-xml": "^2.0.9",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"react": "^16.8.6",
"react-columns": "^1.2.1",
"react-cursor-position": "^3.0.3",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-tippy": "^1.2.3",
"remove-markdown": "^0.3.0",
"superlinear-react-ui": "^0.12.75"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"prettier": "^1.17.0",
"react-xml-parser": "^1.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"build_and_serve": "gatsby build && gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write src/**/*.{js,jsx}",
"lint": "eslint src",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\"",
"uikit:local": "npm run uikit:link && npm install superlinear-react-ui@file:../superlinear-react-ui",
"uikit:latest": "npm install superlinear-react-ui@latest",
"uikit:link": "npm link ../superlinear-react-ui/node_modules/react"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}