-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "subdomain-registrar",
"private": true,
"description": "🔗 Subdomain Registrar - .gbsw.hs.kr 서브도메인 & SSL 인증서 연결.",
"version": "0.1.0",
"author": "Park Min Hyeok <pmh_only@pmh.codes>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"clsx": "^1.1.1",
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.27.1",
"gatsby": "^4.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.1.1",
"react-xarrows": "^2.0.2"
},
"devDependencies": {
"@cloudflare/workers-types": "^3.3.0",
"@types/jsonwebtoken": "^8.5.6",
"@types/node": "^17.0.4",
"@types/react-helmet": "^6.1.4",
"autoprefixer": "^10.4.0",
"gatsby-plugin-postcss": "^5.4.0",
"postcss": "^8.4.5",
"prettier": "^2.4.1",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.4",
"wrangler": "^0.0.6"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": "git@github.com:GBSWHS/SubdomainRegistrar.git"
}