-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 3.54 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "project_cs260",
"version": "1.0.0",
"description": "Faculty Recruitment Portal",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"devcss": "npx tailwindcss -i ./public/styles/tailwind.css -o ./public/styles/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.2.8"
},
"dependencies": {
"alert": "^6.0.1",
"ansi-regex": "^6.0.1",
"ansi-styles": "^6.2.1",
"any-promise": "^1.3.0",
"anymatch": "^3.1.3",
"arg": "^5.0.2",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.3.0",
"body-parser": "^1.20.2",
"brace-expansion": "^2.0.1",
"braces": "^3.0.2",
"browserslist": "^4.23.0",
"camelcase-css": "^2.0.1",
"caniuse-lite": "^1.0.30001606",
"chokidar": "^3.6.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"commander": "^4.1.1",
"cross-spawn": "^7.0.3",
"cssesc": "^3.0.0",
"didyoumean": "^1.2.2",
"dlv": "^1.1.3",
"eastasianwidth": "^0.2.0",
"ejs": "^3.1.10",
"electron-to-chromium": "^1.4.729",
"emoji-regex": "^9.2.2",
"esbuild": "^0.20.2",
"escalade": "^3.1.2",
"express": "^4.19.2",
"fast-glob": "^3.3.2",
"fastq": "^1.17.1",
"fill-range": "^7.0.1",
"foreground-child": "^3.1.1",
"fraction.js": "^4.3.7",
"function-bind": "^1.1.2",
"glob": "^10.3.12",
"glob-parent": "^6.0.2",
"hasown": "^2.0.2",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.13.1",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^3.0.0",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"isexe": "^2.0.0",
"jackspeak": "^2.3.6",
"jiti": "^1.21.0",
"lilconfig": "^2.1.0",
"lines-and-columns": "^1.2.4",
"lru-cache": "^10.2.0",
"merge2": "^1.4.1",
"micromatch": "^4.0.5",
"minimatch": "^9.0.4",
"minipass": "^7.0.4",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.7",
"mz": "^2.7.0",
"nanoid": "^3.3.7",
"node-notifier": "^10.0.1",
"node-releases": "^2.0.14",
"nodemon": "^3.1.0",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"object-assign": "^4.1.1",
"object-hash": "^3.0.0",
"path-key": "^3.1.1",
"path-parse": "^1.0.7",
"path-scurry": "^1.10.2",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"pify": "^2.3.0",
"pirates": "^4.0.6",
"popups": "^1.1.3",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.1.0",
"postcss-js": "^4.0.1",
"postcss-load-config": "^4.0.2",
"postcss-nested": "^6.0.1",
"postcss-selector-parser": "^6.0.16",
"postcss-value-parser": "^4.2.0",
"queue-microtask": "^1.2.3",
"read-cache": "^1.0.0",
"readdirp": "^3.6.0",
"resolve": "^1.22.8",
"reusify": "^1.0.4",
"rollup": "^4.14.1",
"run-parallel": "^1.2.0",
"shebang-command": "^2.0.0",
"shebang-regex": "^3.0.0",
"signal-exit": "^4.1.0",
"source-map-js": "^1.2.0",
"string-width": "^5.1.2",
"string-width-cjs": "^4.2.3",
"strip-ansi": "^7.1.0",
"strip-ansi-cjs": "^6.0.1",
"sucrase": "^3.35.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"sweetalert2": "^11.10.8",
"thenify": "^3.3.1",
"thenify-all": "^1.6.0",
"to-regex-range": "^5.0.1",
"ts-interface-checker": "^0.1.13",
"update-browserslist-db": "^1.0.13",
"util-deprecate": "^1.0.2",
"which": "^2.0.2",
"wrap-ansi": "^8.1.0",
"wrap-ansi-cjs": "^7.0.0",
"yaml": "^2.4.1"
}
}