-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.88 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
{
"name": "school-camping",
"version": "1.0.0",
"private": true,
"description": "school-camping",
"author": "GBSWHS",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fontsource/noto-sans-kr": "^4.5.9",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.7",
"framer-motion": "^6.3.3",
"gatsby": "^4.14.0",
"gatsby-plugin-image": "^2.14.1",
"gatsby-plugin-manifest": "^4.14.0",
"gatsby-plugin-offline": "^5.14.0",
"gatsby-plugin-pnpm": "^1.2.10",
"gatsby-plugin-postcss": "^5.14.0",
"gatsby-plugin-react-helmet": "^5.14.0",
"gatsby-plugin-s3": "^0.3.8",
"gatsby-plugin-sharp": "^4.14.1",
"gatsby-source-filesystem": "^4.14.0",
"gatsby-transformer-sharp": "^4.14.0",
"moment": "^2.29.3",
"postcss": "^8.4.13",
"react": "^17.0.1",
"react-datepicker": "^4.7.0",
"react-dom": "^17.0.1",
"react-google-recaptcha-v3": "^1.9.7",
"react-helmet": "^6.1.0",
"swr": "^1.3.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.44",
"@types/react-datepicker": "^4.4.1",
"@types/react-dom": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"typescript": "^4.6.4"
}
}