-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.64 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
{
"name": "brainbrian",
"version": "1.0.0",
"private": true,
"description": "brainbrian",
"author": "Brian Behrens",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint ./src --ext .js,.jsx,.ts",
"lint:fix": "eslint ./src --ext .js,.jsx,.ts --fix"
},
"license": "0BSD",
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"gatsby": "^3.14.6",
"gatsby-plugin-prettier-eslint": "^1.0.6",
"gatsby-plugin-react-css-modules": "^3.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-remark-embed-video": "^3.1.1",
"gatsby-remark-images": "^5.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-source-twitter": "^4.0.1",
"gatsby-transformer-remark": "^4.11.0",
"graphql": "^15.8.0",
"node-sass": "^6.0.1",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass": "^1.50.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-prettier": "^3.4.1",
"typescript": "^4.6.3"
}
}