-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "helium",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "gatsby build",
"develop": "GATSBY_TELEMETRY_DISABLED=1 gatsby develop --https --key-file $KEY_FILE_LOCALHOST --cert-file $CERT_FILE_LOCALHOST -H 0.0.0.0",
"gen": "plop",
"serve": "GATSBY_TELEMETRY_DISABLED=1 gatsby serve -H 0.0.0.0",
"start": "npm run develop"
},
"browserslist": [
"last 2 versions and > 0.5%",
"not ie <= 11",
"not op_mini all",
"not and_uc >= 12"
],
"dependencies": {
"@danbruegge/gatsby-plugin-stylelint": "4.0.0",
"gatsby": "2.19.12",
"gatsby-plugin-manifest": "2.2.41",
"gatsby-plugin-react-helmet": "3.1.22",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-robots-txt": "1.5.0",
"gatsby-plugin-sass": "2.1.28",
"gatsby-source-filesystem": "2.1.48",
"gatsby-transformer-json": "2.2.26",
"prop-types": "15.7.2",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"react-id-swiper": "2.4.0",
"swiper": "5.3.0"
},
"devDependencies": {
"@arkweid/lefthook": "0.7.1",
"autoprefixer": "9.7.4",
"babel-eslint": "10.0.3",
"browserslist": "4.8.6",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-plugin-import": "2.20.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.18.3",
"eslint-plugin-react-hooks": "2.3.0",
"plop": "2.5.3",
"postcss-logical": "4.0.2",
"postcss-normalize": "8.0.1",
"sass": "1.25.0",
"stylelint": "13.0.0",
"stylelint-a11y": "1.2.2",
"stylelint-order": "4.0.0",
"stylelint-scss": "3.14.2",
"stylelint-use-nesting": "2.0.0"
}
}