This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
134 lines (134 loc) · 4.69 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "gatsby-starter-business",
"description": "Gatsby Business Website Starter",
"version": "1.0.0",
"author": "Vaibhav Sharma",
"license": "MIT",
"main": "n/a",
"scripts": {
"start": "yarn run develop",
"build": "gatsby build",
"compile-dryrun": "tsc -p . --noEmit",
"develop": "gatsby develop",
"serve": "gatsby serve",
"lint": "concurrently \"yarn lint:code\" \"yarn lint:styles\"",
"lint:code": "eslint 'src/**/*.{jsx,js,ts,tsx}'",
"lint:styles": "stylelint 'src/**/*.{scss,css}'",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "yarn test-code && yarn test-component",
"test-code": "tape -r ts-node/register 'src/**/*.test.[jt]s?(x)' | tap-spec",
"test-component": "jest",
"test:watch": "onchange -i 'src/**/*.[jt]s?(x)' -- yarn test",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"bootstrap": "^4.3.1",
"bulma": "^0.6.2",
"classnames": "^2.2.6",
"concurrently": "^5.0.0",
"fs": "^0.0.1-security",
"gatsby": "^2.17.2",
"gatsby-plugin-google-tagmanager": "^2.1.15",
"gatsby-plugin-load-script": "^1.0.6",
"gatsby-plugin-manifest": "^2.2.23",
"gatsby-plugin-netlify": "^2.1.22",
"gatsby-plugin-netlify-cms": "^4.1.26",
"gatsby-plugin-nprogress": "^2.1.12",
"gatsby-plugin-offline": "^3.0.16",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.32",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-source-filesystem": "^2.1.33",
"gatsby-transformer-sharp": "^2.3.0",
"glob": "^7.1.6",
"netlify-cms-app": "^2.9.7",
"node-sass": "^4.13.0",
"prop-types": "^15.6.1",
"react": "^16.11.0",
"react-burger-menu": "^2.6.11",
"react-commonmark": "^3.0.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.0",
"react-hook-inview": "^4.1.2",
"react-icons": "^3.8.0",
"react-share": "2.1.0",
"react-transition-group": "^2.4.0",
"react-window-decorators": "^1.0.2",
"smooth-scroll": "^16.1.0",
"use-is-in-viewport": "^1.0.3",
"uuid": "^3.3.3",
"vfile-message": "^1"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-info": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addon-storysource": "^5.2.5",
"@storybook/addons": "^5.2.5",
"@storybook/react": "^5.2.5",
"@testing-library/dom": "^6.10.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.23",
"@types/ramda": "^0.26.33",
"@types/react": "^16.9.11",
"@types/react-burger-menu": "^2.2.5",
"@types/react-helmet": "^5.0.13",
"@types/reactstrap": "^8.0.6",
"@types/smooth-scroll": "^16.1.0",
"@types/tape": "^4.2.33",
"@types/url-join": "^4.0.0",
"@types/uuid": "^3.4.6",
"@types/vfile-message": "^1",
"awesome-typescript-loader": "^5.2.1",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"babel-preset-gatsby": "^0.2.23",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-flowtype": "^3.13.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0",
"eslint-plugin-standard": "^3.0.1",
"gatsby-plugin-catch-links": "^2.1.17",
"gatsby-plugin-i18n": "^1.0.1",
"gatsby-plugin-typescript": "^2.1.15",
"git-repo-info": "^2.1.1",
"identity-obj-proxy": "^3.0.0",
"immutable": "^4.0.0-rc.12",
"jest": "^24.9.0",
"onchange": "^6.1.0",
"prettier": "^1.18.2",
"ramda": "^0.26.1",
"react-docgen-typescript-loader": "^3.3.0",
"reactstrap": "^8.1.1",
"stylelint": "^11",
"stylelint-config-css-modules": "^2.0.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-scss": "^3.12.1",
"tap-spec": "^5.0.0",
"tape": "^4.11.0",
"ts-jest": "^24.2.0",
"ts-node": "^8.5.4",
"typescript": "^3.6.4"
}
}