-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "web2",
"version": "1.0.0",
"description": "<img src=\"images/mlab/mlab_logo_black.png\" alt=\"logo\" width=\"100px\" height=\"90px\"><br/>",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.jsx components pages",
"pretty": "prettier --write '**/*.{js,jsx,ts,tsx}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PES-Innovation-Lab/web.git"
},
"keywords": [],
"author": "PES-Innovation-Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/PES-Innovation-Lab/web/issues"
},
"homepage": "https://github.com/PES-Innovation-Lab/web",
"dependencies": {
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@zeit/next-css": "^1.0.1",
"framer-motion": "^10.16.4",
"material-ui-popup-state": "^1.7.1",
"next": "^14.2.18",
"react": "^18.2.0",
"react-alice-carousel": "^2.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-inner-image-zoom": "^1.3.0",
"react-intersection-observer": "^9.5.2",
"react-lazy-load-image-component": "^1.6.0",
"react-markdown": "^5.0.3",
"react-responsive": "^8.2.0",
"react-responsive-carousel": "^3.2.23",
"sass": "^1.69.0",
"sharp": "^0.33.3",
"webpack": "^4.44.1"
},
"devDependencies": {
"@types/node": "20.8.3",
"@types/react-responsive": "^8.0.8",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint-config-next": "^14.1.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"tailwindcss": "^3.4.3",
"typescript": "5.2.2"
}
}