-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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
{
"name": "random-number-generator",
"version": "1.0.0",
"description": "This is an app to create and embed random data",
"main": "api/index.ts",
"scripts": {
"dev": "nodemon"
},
"keywords": [],
"author": {
"name": "Aapeli Haanpuu",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@resvg/resvg-js": "^2.1.0",
"@swc/core": "^1.3.101",
"@types/cookie-session": "^2.0.44",
"@types/cors": "^2.8.12",
"@types/ejs": "^3.1.1",
"@types/express": "^4.17.13",
"@types/lodash": "^4.14.182",
"@types/luxon": "^3.0.0",
"@types/morgan": "^1.9.3",
"@types/node": "^18.6.4",
"@types/svgo": "^2.6.3",
"@types/swagger-ui-dist": "^3.30.1",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"case": "^1.6.3",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"ejs": "^3.1.8",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"express": "^4.18.1",
"jimp": "^0.16.1",
"lodash": "^4.17.21",
"luxon": "^3.0.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.19",
"parse-duration": "^1.0.2",
"prettier": "^2.7.1",
"svgo": "^2.8.0",
"swagger-ui-dist": "^5.10.5",
"swagger-ui-express": "^4.5.0",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"vercel": "^27.3.7"
},
"engines": {
"node": "^18",
"pnpm": "^8"
}
}