-
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) · 1006 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1006 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
43
{
"name": "edu-gate",
"version": "1.0.0",
"description": "The frontend part of edugate",
"engines": {
"node": ">=18.17.1",
"npm": ">=10.8.2"
},
"main": "app.js",
"scripts": {
"dev": "node ./src/index.mjs && open .",
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/sulenchy/edu-gate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sulenchy/edu-gate/issues"
},
"homepage": "https://github.com/sulenchy/edu-gate#readme",
"dependencies": {
"@tailwindcss/cli": "^4.1.7",
"tailwindcss": "^4.1.7"
},
"directories": {
"doc": "docs"
},
"keywords": [],
"devDependencies": {
"@eslint/js": "^9.24.0",
"eslint": "^9.24.0",
"eslint-plugin-css-modules": "^2.12.0",
"eslint-plugin-html": "^8.1.2",
"eslint-plugin-import": "^2.31.0",
"globals": "^16.0.0",
"live-server": "^1.2.0",
"prettier": "^3.5.3"
}
}