-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
137 lines (137 loc) · 4.74 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "iejl-website",
"private": true,
"description": "International Economic Justice League, Inc. (IEJL) is a California nonprofit 501 (c)(3) corporation, founded in 2016, with the mission to abate corruption.",
"version": "1.0.0",
"author": "Volunteer",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@tailwindcss/forms": "^0.3.3",
"autoprefixer": "^10.2.5",
"bootstrap": "^5.0.2",
"gatsby": "^3.4.1",
"gatsby-image": "^3.3.0",
"gatsby-plugin-google-analytics": "^3.4.0",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-layout": "^2.4.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.4.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-netlify-cms": "^5.4.1",
"gatsby-plugin-offline": "^4.4.0",
"gatsby-plugin-postcss": "^4.4.0",
"gatsby-plugin-purgecss": "^6.0.1",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-theme-ui": "^0.7.0",
"gatsby-remark-autolink-headers": "^4.1.0",
"gatsby-remark-copy-linked-files": "^4.1.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^5.1.0",
"gatsby-remark-prismjs": "^5.1.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-remark-responsive-iframe": "^4.1.0",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-json": "^3.4.0",
"gatsby-transformer-remark": "^4.1.0",
"gatsby-transformer-sharp": "^3.4.0",
"lottie-web": "^5.7.8",
"netlify-cms-app": "^2.14.45",
"postcss": "^8.2.10",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-alice-carousel": "^2.4.0",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-google-maps": "^9.4.5",
"react-google-recaptcha": "^2.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-simple-maps": "^2.3.0",
"react-slick": "^0.28.1",
"sharp": "^0.28.3",
"tailwindcss": "^2.1.1",
"theme-ui": "^0.7.0",
"uikit": "^3.6.19",
"url-join": "^4.0.1",
"xmlhttprequest-ssl": "^1.5.5",
"yarn": "^1.22.10"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"dotenv": "^8.4.0",
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"gatsby-plugin-config": "^1.0.7",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-stylelint": "^3.2.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "2.2.1",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-webpack-plugin": "^2.1.1"
},
"keywords": [
"gatsby",
"tailwindcss",
"tailwind",
"eslint",
"stylelint",
"prettier"
],
"license": "Apache License",
"scripts": {
"build": "gatsby build --log-pages",
"build:pp": "gatsby build --prefix-paths",
"build:surge": "npm run clean && npm run build && surge --domain iejl-org.surge.sh",
"build:gh": "npm run clean && npm run build:pp && gh-pages -d public",
"lint": "eslint \"**/*.{js,jsx}\" --fix --ignore-pattern node_modules/",
"lint:md": "remark content/",
"write-good": "write-good $(glob 'content/posts/**/*.md')",
"format:js": "prettier '**/*.{js,jsx}' --write",
"format:styles": "prettier '**/*.{css,scss}' --write",
"pre-push": "npm run clean && npm run build && surge --project ./public --domain example-githooks.surge.sh",
"pre-commitmsg": "echo 'Pre-commit build...\nVerify changes at iejl-org.surge.sh' && exit 0",
"pre-commit": "npm run clean && npm run build && surge ./public --domain iejl-org.surge.sh",
"conflict-fix": "rm package-lock.json && npm install && git add package-lock.json && git commit",
"dev": "gatsby develop -p 3000",
"buggy": "gatsby clean && gatsby develop -p 3000",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{css}": "prettier --write",
"*.{js,jsx,ts,tsx}": "eslint --fix"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"engines": {
"node": ">=14"
}
}