-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "portfolio-rosa",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_OPTIONS='--inspect' node server/index.js",
"build": "next build",
"start-dev": "cross-env NODE_ENV=production & node server/index.js",
"start": "next start"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@auth0/nextjs-auth0": "^1.4.2",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"moment": "^2.29.1",
"next": "^10.0.1",
"next-routes": "^1.4.2",
"react": "^17.0.1",
"react-datepicker": "^3.3.0",
"react-dom": "^17.0.1",
"react-hook-form": "^6.11.0",
"react-resize-detector": "^5.2.0",
"react-toastify": "^6.1.0",
"react-typed": "^1.2.0",
"reactstrap": "^8.6.0",
"sass": "^1.27.0",
"slate-simple-editor": "git+https://github.com/Jerga99/slate-simple-editor.git",
"swr": "^0.3.6"
}
}