-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.28 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.28 KB
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
{
"name": "gatsby-starter-textkit-widget",
"description": "TextKit Widget Sample",
"version": "0.1.3",
"private": false,
"author": "Kevin Gervais",
"dependencies": {
"@headlessui/react": "^1.4.1",
"@loadable/component": "^5.15.0",
"@types/loadable__component": "^5.13.3",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/styled-components": "^5.1.9",
"autoprefixer": "^9.7.6",
"axios": "^0.24.0",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"cra-template-typescript": "1.1.2",
"dotenv": "^12.0.3",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"gatsby": "^4.5.2",
"gatsby-plugin-image": "^2.5.1",
"gatsby-plugin-load-script": "^1.1.0",
"gatsby-plugin-manifest": "^4.5.1",
"gatsby-plugin-postcss": "^5.5.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-source-contentful": "^7.3.1",
"gatsby-source-filesystem": "^4.5.1",
"gatsby-transformer-sharp": "^4.5.0",
"ics": "^2.31.0",
"iframe-resizer": "^4.3.2",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-icons": "^4.3.1",
"react-id-swiper": "^4.0.0",
"react-loader-spinner": "^4.0.0",
"sass": "^1.34.1",
"styled-components": "^5.3.0",
"styled-reset": "^4.3.4",
"swiper": "^7.0.9",
"typeface-inter": "^3.18.0",
"typescript": "^4.2.4",
"web-vitals": "^1.1.2",
"yup": "^0.32.9"
},
"devDependencies": {
"@types/react-datepicker": "^4.1.3",
"chalk": "^3.0.0",
"colorette": "^1.4.0",
"fs": "^0.0.1-security",
"inquirer": "^8.2.0",
"path": "^0.12.7",
"prettier": "^1.19.1",
"s3-deploy": "^1.4.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"postinstall": "node ./bin/hello.js",
"start": "npm run develop",
"serve": "gatsby serve",
"setup": "node ./bin/setup.js",
"clean": "gatsby clean",
"preinstall": "node preinstall.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
}
}