This repository was archived by the owner on Jul 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.41 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.41 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
{
"name": "cscheckin-fe",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@babel/preset-env": "^7.16.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@next/bundle-analyzer": "^12.0.7",
"@sentry/browser": "^6.15.0",
"@sentry/nextjs": "^6.15.0",
"@types/gtag.js": "^0.0.8",
"@types/node": "^16.11.12",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.37",
"@types/react-copy-to-clipboard": "^5.0.2",
"autoprefixer": "^10.4.0",
"babel-plugin-transform-globalthis": "^1.0.0",
"core-js": "^3.19.3",
"cscheckin-js-sdk": "git+https://github.com/smhs-os-project/cscheckin-js-sdk.git",
"next": "^12.0.7",
"nprogress": "^0.2.0",
"postcss": "^8.4.4",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-qr-code": "^2.0.3",
"sweetalert2": "^11.3.0",
"swr": "^1.1.0",
"tailwindcss": "^2.2.19",
"typescript": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@next/eslint-plugin-next": "^12.0.7",
"@storybook/addon-actions": "^6.4.8",
"@storybook/addon-essentials": "^6.4.8",
"@storybook/addon-links": "^6.4.8",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/builder-webpack5": "^6.4.8",
"@storybook/manager-webpack5": "^6.4.8",
"@storybook/react": "^6.4.8",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"eslint": "8.4.1",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-storybook": "^0.5.3",
"prettier": "^2.5.1",
"webpack": "^5.65.0"
},
"browserslist": [
"last 3 major version",
">0.01%",
">0.005% in tw"
]
}