forked from malgorithms/tippycoco
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 846 Bytes
/
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
{
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:malgorithms/tcftg-browser.git",
"author": "Chris Coyne <[email protected]>",
"private": true,
"scripts": {
"app": "node app.js"
},
"dependencies": {
"@types/express": "^4.17.15",
"@types/node": "^18.11.18",
"@types/serve-favicon": "^2.5.3",
"affine": "^0.0.5",
"express": "^4.18.2",
"morgan": "^1.10.0",
"prettier": "^2.8.1",
"serve-favicon": "^2.5.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"webpack": "^5.75.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"webpack-cli": "^5.0.1"
}
}