-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.12 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.12 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
{
"name": "vcomproto",
"version": "1.0.0",
"description": "",
"main": "login.js",
"scripts": {
"runserver": "node ./src/server.js",
"dev": "next dev",
"start": "set NODE_ENV=production&& node ./src/server.js",
"build": "next build",
"test": "echo \"Error: no test specified\" && exit 1",
"build:tailwind": "tailwindcss build src/tailwind.css -o src/tailwind.output.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@brianmcallister/react-auto-scroll": "^1.1.0",
"@tailwindcss/forms": "^0.3.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"mysql2": "^2.2.5",
"next": "^10.2.2",
"node-uuid": "^1.4.8",
"npx": "^10.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-particles-js": "^3.4.1",
"react-toastify": "^7.0.4",
"serverless-mysql": "^1.5.4",
"ws": "^7.4.5"
},
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
}
}