-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.34 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
{
"name": "@sunrisemovement/pledge-to-vote-2020",
"description": "",
"version": "1.0.0",
"author": "Sunrise Movement",
"dependencies": {
"@babel/core": "7.11.1",
"@pake/react-color": "3.0.0",
"@types/react-helmet": "6.1.0",
"@types/styled-components": "5.1.2",
"@typescript-eslint/eslint-plugin": "3.8.0",
"@typescript-eslint/parser": "3.8.0",
"babel-plugin-styled-components": "1.11.1",
"eslint": "7.6.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.5",
"eslint-plugin-react-hooks": "4.0.8",
"gatsby": "2.24.29",
"gatsby-image": "2.4.14",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-tagmanager": "^2.3.11",
"gatsby-plugin-netlify-cms": "4.3.11",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.25",
"gatsby-plugin-styled-components": "3.3.10",
"gatsby-plugin-typescript": "2.4.16",
"gatsby-remark-images": "3.3.25",
"gatsby-remark-relative-images": "0.3.0",
"gatsby-source-filesystem": "2.3.24",
"gatsby-transformer-json": "2.4.11",
"gatsby-transformer-remark": "2.8.28",
"gatsby-transformer-sharp": "2.5.12",
"netlify-cms-app": "2.12.19",
"netlify-cms-proxy-server": "1.3.1",
"netlify-cms-widget-color": "3.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"remark": "12.0.1",
"remark-html": "12.0.0",
"sharp": "0.25.4",
"styled-components": "5.1.1",
"typescript": "3.9.7",
"typescript-styled-plugin": "0.15.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "run-p develop:*",
"develop:netlify": "netlify-cms-proxy-server",
"develop:gatsby": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"lint": "eslint ./src/ --ext .jsx,.tsx",
"lint:fix": "eslint ./src/ --ext .ts,.tsx --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/sunrisemovement/pledge-to-vote-2020"
}
}