-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.69 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.69 KB
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
{
"name": "esg-remake",
"version": "1.0.0",
"description": "[Engineers.SG](https://engineers.sg) is written in Ruby on Rails. However, it's a very old version and the data on the site has not changed in many years. I want to convert the site to a static website using a Static Site Generator. This is to save money.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/engineersftw/esg-remake.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/engineersftw/esg-remake/issues"
},
"homepage": "https://github.com/engineersftw/esg-remake#readme",
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/eslint": "21.5.2",
"@nx/eslint-plugin": "21.5.2",
"@nx/jest": "21.5.2",
"@nx/js": "21.5.2",
"@nx/node": "21.5.2",
"@nx/vite": "21.5.2",
"@nx/web": "21.5.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "30.0.0",
"@types/node": "18.16.9",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "10.1.8",
"jest": "30.0.5",
"jest-environment-node": "^29.7.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"prettier": "^2.6.2",
"ts-jest": "29.4.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.9.2",
"typescript-eslint": "8.43.0",
"vite": "7.1.5",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.0",
"jest-util": "30.0.5"
},
"dependencies": {}
}