This repository was archived by the owner on Jun 24, 2025. 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
executable file
·56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
executable file
·56 lines (56 loc) · 1.51 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
{
"name": "zebratravelwebui",
"version": "1.0.0",
"description": "website da zebraTravel",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Coyas/zebraTravelWebUI.git"
},
"keywords": [
"nextjs",
"reactjs",
"imedia",
"terrasystem"
],
"author": "Ailton M. Duarte",
"license": "",
"bugs": {
"url": "https://github.com/Coyas/zebraTravelWebUI/issues"
},
"homepage": "https://github.com/Coyas/zebraTravelWebUI#readme",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-syntax-jsx": "^7.14.5",
"a11y-react-emoji": "^1.1.3",
"bootstrap": "^5.1.1",
"bulma": "^0.9.3",
"dotenv": "^10.0.0",
"embla-carousel-react": "^5.0.1",
"isomorphic-unfetch": "^3.1.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.1",
"next": "^11.1.2",
"next-i18next": "^8.8.0",
"qs": "^6.10.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-rc.0",
"react-dom": "^17.0.2",
"react-hook-form": "^7.15.4",
"react-modal": "^3.14.3",
"sass": "^1.42.1",
"showdown": "^1.9.1",
"sweetalert2": "^11.1.7",
"swr": "^1.2.2"
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-next": "12.0.9"
}
}