-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.35 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
{
"name": "silms-nest-react",
"version": "0.0.1",
"description": "A comprehensive Student Information Learning Management System (SILMS) providing centralized management of student data, courses, assignments, and educational resources for streamlined academic administration and improved learning experiences.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "turbo run dev",
"build": "turbo run build",
"start": "node apps/silms-backend/dist/main"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SILMS-Project/silms-nest-react.git"
},
"author": "SILMS Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/SILMS-Project/silms-nest-react/issues"
},
"homepage": "https://github.com/SILMS-Project/silms-nest-react#readme",
"devDependencies": {
"turbo": "^1.11.2"
},
"workspaces": [
"apps/*"
],
"dependencies": {
"accept-language-parser": "^1.5.0",
"apexcharts": "^3.45.2",
"i18next": "^23.7.11",
"i18next-browser-languagedetector": "^7.2.0",
"i18next-fs-backend": "^2.3.1",
"i18next-http-backend": "^2.4.2",
"i18next-http-middleware": "^3.5.0",
"intl-pluralrules": "^2.0.1",
"luxon": "^3.4.4",
"react-i18next": "^13.5.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}
}