-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
53 lines (53 loc) · 1.75 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
{
"name": "website",
"version": "1.0.0",
"description": "Fully responsive website built with NextJS, React and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.",
"repository": "https://github.com/StudentiUniMi/website",
"author": "Network StudentiUniMi <[email protected]>",
"homepage": "https://studentiunimi.it/",
"private": true,
"dependencies": {
"@fluentui/react": "^8.90.1",
"@fluentui/react-cards": "^0.205.9",
"@fluentui/react-hooks": "^8.2.4",
"bootstrap": "4.5.3",
"next": "^12.3.1",
"next-seo": "^5.5.0",
"react": "^17.0.2",
"react-accessible-accordion": "^5.0.0",
"react-bootstrap": "1.4.3",
"react-cookie": "^4.0.3",
"react-dom": "^17.0.2",
"react-fast-marquee": "^1.3.5",
"react-headroom": "^3.2.1",
"react-icons": "^4.4.0",
"react-jsx-parser": "^1.28.4",
"react-localization": "^1.0.17",
"react-lottie": "^1.2.3",
"react-scroll": "^1.8.9",
"sass": "1.32.4",
"swiper": "^6.7.0",
"typescript": "4.3.2",
"web-vitals": "^3.0.3"
},
"scripts": {
"dev": "concurrently --kill-others \"next dev\" \"npm run proxy\"",
"build": "next build",
"start": "next start",
"check-update": "npm-check -u",
"proxy": "lcp --proxyUrl https://api.studentiunimi.it/api/ --port 8010"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@types/jquery": "3.5.5",
"@types/node": "14.14.21",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.14",
"@types/react-headroom": "^3.2.0",
"@types/react-lottie": "^1.2.6",
"@types/react-scroll": "^1.8.7",
"concurrently": "^7.6.0",
"npm-check": "5.9.2",
"raw-loader": "4.0.2"
}
}