-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
58 lines (58 loc) · 1.94 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
{
"private": true,
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"eslint": "eslint --ext .js --ext .jsx src",
"stylelint": "stylelint --custom-syntax postcss-scss 'src/**/*.scss'",
"stylefix": "stylelint --fix --custom-syntax postcss-scss 'src/**/*.scss'"
},
"dependencies": {
"@hookform/resolvers": "2.9.8",
"@reach/router": "1.3.4",
"classnames": "2.3.2",
"gatsby": "4.24.0",
"gatsby-plugin-breakpoints": "1.3.7",
"gatsby-plugin-react-helmet": "5.24.0",
"gatsby-plugin-sass": "5.24.0",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-hook-form": "7.36.1",
"react-textarea-autosize": "8.3.4",
"sass": "1.55.0",
"yup": "0.32.11"
},
"devDependencies": {
"@babel/core": "7.19.3",
"@babel/eslint-parser": "7.19.1",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.19.3",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.18.6",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.18.6",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.19.3",
"@babel/preset-react": "7.18.6",
"@svgr/webpack": "6.3.1",
"eslint": "8.24.0",
"eslint-config-airbnb": "19.0.4",
"eslint-import-resolver-alias": "1.1.2",
"eslint-loader": "4.0.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.8",
"postcss": "8.4.16",
"stylelint": "14.13.0",
"stylelint-config-sass-guidelines": "9.0.1",
"stylelint-order": "5.0.0",
"stylelint-scss": "4.3.0"
}
}