-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "ctfguide-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.13",
"@mui/material": "^5.11.13",
"@ory/client": "^1.1.5",
"@ory/integrations": "^1.1.0",
"@oryd/kratos-client": "^0.0.0-next.5212bbfcf5dc",
"@tailwindcss/forms": "^0.5.3",
"@tremor/react": "^1.8.1",
"autoprefixer": "^10.4.12",
"babel-plugin-macros": "^3.1.0",
"clsx": "^1.2.1",
"corepack": "^0.17.0",
"dotenv": "^16.0.3",
"easymde": "^2.18.0",
"enable": "^3.4.0",
"firebase": "^9.16.0",
"focus-visible": "^5.2.0",
"framer-motion": "^10.2.4",
"heroicons": "^2.0.13",
"material-ui-popup-state": "^5.0.5",
"next": "13.0.2",
"postcss-focus-visible": "^6.0.4",
"qs": "^6.11.1",
"react": "18.2.0",
"react-collapsible": "^2.10.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-loading-skeleton": "^3.2.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-simplemde-editor": "^5.2.0",
"react-visibility-sensor": "^5.1.1",
"reactjs-popup": "^2.0.5",
"simplemde": "^1.11.2",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13"
}
}