-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.94 KB
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
{
"name": "civictech-gatsby",
"private": true,
"description": "A quick buildup. to be improved",
"version": "0.1.0",
"author": "Cezar Neaga <hi@cezarneaga.eu>",
"dependencies": {
"@glidejs/glide": "^3.4.1",
"gatsby": "^4.25.7",
"gatsby-cli": "^2.12.34",
"gatsby-image": "^2.4.5",
"gatsby-plugin-fixhash": "^0.0.4",
"gatsby-plugin-manifest": "^2.4.9",
"gatsby-plugin-offline": "^3.2.7",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.3.2",
"gatsby-plugin-sass": "^2.3.2",
"gatsby-plugin-sharp": "^2.6.9",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-transformer-sharp": "^2.5.3",
"node-sass": "^4.14.1",
"prop-types": "^15.7.2",
"react-ga": "^2.7.0",
"rc-progress": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-feather": "^2.0.8",
"react-helmet": "^6.0.0",
"react-stickynode": "^3.0.2",
"react-tabs": "^3.1.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.0.0",
"@typescript-eslint/parser": "3.0.0",
"babel-eslint": "10.1.0",
"eslint": "7.1.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "5.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.2",
"prettier": "^2.0.5",
"sass": "^1.26.5"
},
"keywords": [
"civictech"
],
"license": "UNLICENSED",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"format": "prettier --config ./.prettierrc --write src/**/*.{js,jsx}",
"serve": "gatsby serve",
"clean": "rm -rf .cache && yarn start",
"lint": "eslint . --ext js --ext jsx"
},
"repository": {
"type": "git",
"url": "https://github.com/civictechro/civictech"
},
"bugs": {
"url": "https://github.com/civictechro/civictech/issues"
}
}