-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.57 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
57
{
"name": "@openbook/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"start:direct": "node dist/openbook/main.js",
"build": "nx build",
"test": "nx test",
"secret:new": "node -e \"console.log (require('crypto').randomBytes(32).toString ('hex'));\"",
"install:npm-globals": "npm install -g @nrwl/cli"
},
"private": true,
"dependencies": {
"axios": "^1.0.0",
"dotenv": "^16.3.1",
"express": "~4.18.1",
"hyperformula": "^2.6.2",
"mdast": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^5.7.0",
"mongoose": "^7.4.1",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.2",
"remark-parse": "^10.0.2",
"remark-stringify": "^10.0.3",
"simple-git": "^3.19.1",
"tslib": "^2.3.0",
"unified": "^10.1.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"devDependencies": {
"@nx/esbuild": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/node": "16.5.5",
"@nx/workspace": "16.5.5",
"@types/express": "~4.17.13",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "16.5.5",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3"
}
}