-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.96 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.96 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
{
"name": "brasa-web",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": "UCF BRASA Tech Team",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next",
"dev:fix": "npx next",
"build": "next build",
"start": "next start",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brasa-ucf/BRASA-Web.git"
},
"bugs": {
"url": "https://github.com/brasa-ucf/BRASA-Web/issues"
},
"homepage": "https://github.com/brasa-ucf/BRASA-Web#readme",
"dependencies": {
"@fortawesome/fontawesome-common-types": "6.7.2",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@headlessui/react": "^2.2.9",
"@next/bundle-analyzer": "^14.2.33",
"@nextui-org/system": "^2.4.6",
"@nextui-org/tabs": "^2.2.7",
"@nextui-org/theme": "^2.4.5",
"framer-motion": "^11.18.2",
"next": "^16.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-slideshow-image": "^4.3.2",
"react-swipeable": "^7.0.2",
"semantic-ui-react": "^2.1.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.5.11",
"@types/node": "^12.20.55",
"@types/react": "^17.0.89",
"@types/react-dom": "^17.0.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.21",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.2",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.37.5",
"husky": "^8.0.3",
"lint-staged": "^16.2.3",
"postcss": "^8.5.6",
"prettier": "2.8.8",
"tailwindcss": "^3.4.18",
"typescript": "^4.9.5"
}
}