-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 913 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 913 Bytes
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
{
"name": "engineer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.15",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"express": "^4.18.3",
"express-ejs-layouts": "^2.5.1",
"fs": "^0.0.1-security",
"jquery": "^3.7.1",
"jsdom": "^24.0.0",
"net": "^1.0.2",
"next": "13.4.19",
"nodemon": "^3.1.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"tls": "^0.0.1"
},
"devDependencies": {
"@types/jquery": "^3.5.29",
"css-loader": "^6.8.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.2",
"style-loader": "^3.3.3"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"child_process": false
}
}