-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.23 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
{
"name": "eva-uni",
"version": "1.0.0",
"description": ">EVA -> Entorno Virtual de Aprendizaje *(Virtual Learning Environment)*",
"scripts": {
"client:dev": "moon run client:dev",
"lint": "moon run :lint",
"moon": "moon",
"prepare": "husky install",
"prettier": "moon run :prettier",
"server": "moon run server:build && moon run server:start",
"server:dev": "moon run server:dev"
},
"workspaces": [
"apps/client",
"apps/server"
],
"license": "ISC",
"devDependencies": {
"@moonrepo/cli": "^0.21.1",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.28.0",
"eslint-config-moon": "^1.4.1",
"eslint-config-next": "^13.0.6",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.4",
"prettier": "^2.8.0",
"typescript": "^4.9.3"
},
"engines": {
"node": "18.12.1"
},
"packageManager": "[email protected]",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FreeAoi/eva-uni.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/FreeAoi/eva-uni/issues"
},
"homepage": "https://github.com/FreeAoi/eva-uni#readme"
}