-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.11 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
{
"name": "fabiolazzaroni.dev",
"description": "Fabio Lazzaroni personal website",
"version": "0.1.0",
"author": "Fabio Lazzaroni <[email protected]> (http://fabiolazzaroni.dev/)",
"bugs": {
"url": "https://github.com/Fakkio/fabiolazzaroni.dev/issues"
},
"dependencies": {
"beautiful-react-hooks": "^0.35.0",
"classnames": "^2.2.6",
"gatsby": "^3.1.0",
"gatsby-plugin-htaccess": "^1.4.0",
"gatsby-plugin-image": "^1.1.1",
"gatsby-plugin-manifest": "^3.1.0",
"gatsby-plugin-offline": "^4.1.0",
"gatsby-plugin-react-axe": "^0.5.0",
"gatsby-plugin-react-helmet": "^4.1.0",
"gatsby-plugin-sharp": "^3.1.1",
"gatsby-source-filesystem": "^3.1.0",
"gatsby-transformer-sharp": "^3.1.0",
"html-minifier-terser": "^5.1.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-spring": "^9.0.0"
},
"devDependencies": {
"@types/classnames": "^2.2.11",
"@types/react-helmet": "^6.1.0",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.19.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^3.0.1",
"gatsby-plugin-eslint": "^3.0.0",
"gatsby-plugin-sass": "^4.1.0",
"prettier": "^2.2.0",
"sass": "^1.32.8",
"typescript": "^4.1.2",
"typescript-plugin-css-modules": "^3.2.0"
},
"homepage": "https://fabiolazzaroni.dev/",
"license": "UNLICENSED",
"main": "n/a",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Fakkio/fabiolazzaroni.dev.git"
},
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"serve": "gatsby serve",
"start": "yarn develop",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}