-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.09 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.09 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "genghiskhan",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cli": "ts-node cli.tsx",
"lint": "eslint . --ext js --ext .tsx",
"lint-and-fix": "eslint --fix . --ext .js --ext .tsx",
"prettier-format": "prettier --eslint-config-path ./.eslintrc.js --config .prettierrc '**/*[js,tsx]' --write"
},
"dependencies": {
"@apidevtools/swagger-express-middleware": "^4.0.2",
"@appbaseio/reactivesearch": "^3.17.0",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"accepts": "^1.3.7",
"axios": "^0.21.1",
"commander": "^7.2.0",
"cronstrue": "^1.114.0",
"filereader": "^0.10.3",
"fs": "0.0.1-security",
"knex": "^2.2.0",
"mxgraph-js": "^1.0.1",
"mysql": "^2.18.1",
"next": "10.1.3",
"node-firebird": "^0.9.9",
"nodemw": "^0.14.0",
"opensearch-browser": "^2.0.0-alpha.6",
"pg": "^8.7.3",
"ra-data-simple-rest": "^3.13.4",
"react": "17.0.2",
"react-admin": "^3.14.3",
"react-checkbox-tree": "^1.7.1",
"react-dom": "17.0.2",
"react-loader-spinner": "^4.0.0",
"simple-git": "^2.40.0",
"split": "^1.0.1",
"sqlite3": "^5.0.11",
"tedious": "^15.0.1",
"temp": "^0.9.4",
"ts-node": "^10.0.0",
"type-is": "^1.6.18",
"typescript": "^4.2.4",
"uuid-int": "^3.0.3",
"vary": "^1.1.2",
"x-ray": "^2.3.4",
"xml-beautifier": "^0.4.3",
"xmldom": "^0.6.0",
"yaml": "^1.10.2",
"zustand": "^3.5.4"
},
"husky": {
"hooks": {
"pre-commit": "npm run prettier-format && npm run lint"
}
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-prefer-function-component": "0.0.7",
"husky": "^6.0.0",
"prettier": "^2.2.1"
}
}