-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.4 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "@jamashita/veau",
"version": "1.6.3",
"private": true,
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:jamashita/veau.git"
},
"license": "MIT",
"author": "jamashita <[email protected]>",
"type": "module",
"scripts": {
"build": "yarn clean && concurrently 'npm:build:*'",
"build:f": "tsc -b tsconfig.compile.json",
"build:b": "webpack",
"clean": "rimraf dist && rimraf coverage",
"commit": "git cz",
"format": "eslint --fix 'src/**/*.{ts,tsx}'",
"start": "pm2-runtime start pm2.yml",
"stop": "pm2-runtime stop pm2.yml",
"test": "jest test",
"update": "yarn update:upgrade && yarn update:install",
"update:install": "yarn install && yarn upgrade && yarn audit fix --force",
"update:upgrade": "ncu --packageManager yarn --upgrade --timeout 600000",
"watch": "concurrently 'npm:watch:*'",
"watch:server": "NODE_ENV=development ts-node-dev --respawn --transpile-only src/Server/Server.ts",
"watch:webpack": "webpack-dev-server --hot --config webpack.development.config.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@handsontable/react": "11.0.1",
"@jamashita/anden-error": "2.3.0",
"@jamashita/anden-object": "2.6.0",
"@jamashita/anden-type": "2.3.0",
"@jamashita/anden-uuid": "2.3.0",
"@jamashita/anden-zeit": "2.5.0",
"@jamashita/catacombe-datasource": "2.3.0",
"@jamashita/catacombe-fetch": "2.6.0",
"@jamashita/catacombe-heap": "2.6.0",
"@jamashita/catacombe-mysql": "2.6.0",
"@jamashita/catacombe-redis": "2.6.0",
"@jamashita/genitore-schrodinger": "2.4.0",
"@jamashita/genitore-superposition": "2.4.0",
"@jamashita/lluvia-collection": "2.5.0",
"@jamashita/lluvia-project": "2.6.0",
"@jamashita/lluvia-sequence": "2.6.0",
"@jamashita/steckdose-digest": "2.1.0",
"@jamashita/steckdose-json": "2.4.0",
"@material-ui/core": "4.12.3",
"bourbon-neat": "4.0.0",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"compression": "1.7.4",
"config": "3.3.6",
"connect-redis": "6.0.0",
"express": "4.17.1",
"express-session": "1.17.2",
"handsontable": "11.0.1",
"helmet": "4.6.0",
"history": "5.1.0",
"http-status-codes": "2.1.4",
"inversify": "6.0.1",
"js-yaml": "4.1.0",
"passport": "0.5.0",
"passport-local": "1.0.0",
"pm2": "5.1.2",
"pug": "3.0.2",
"reflect-metadata": "0.1.13",
"routing-controllers": "0.9.0",
"serve-favicon": "2.5.0",
"tslog": "3.3.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "7.16.5",
"@babel/preset-env": "7.16.5",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@jamashita/eslint-plugin": "1.54.0",
"@types/compression": "1.7.2",
"@types/config": "0.0.40",
"@types/connect-redis": "0.0.18",
"@types/express": "4.17.13",
"@types/express-session": "1.17.4",
"@types/helmet": "4.0.0",
"@types/jest": "27.0.3",
"@types/node": "16.11.13",
"@types/passport": "1.0.7",
"@types/passport-local": "1.0.34",
"@types/react": "17.0.37",
"@types/react-dom": "17.0.11",
"@types/react-redux": "7.1.20",
"@types/react-router-dom": "5.3.2",
"@types/recharts": "1.8.23",
"@types/redux-logger": "3.0.9",
"@types/serve-favicon": "2.5.3",
"@types/sinon": "10.0.6",
"@types/supertest": "2.0.11",
"@types/webpack": "5.28.0",
"@typescript-eslint/eslint-plugin": "5.7.0",
"@typescript-eslint/parser": "5.7.0",
"@typescript-eslint/typescript-estree": "5.7.0",
"babel-jest": "27.4.5",
"concurrently": "6.4.0",
"eslint": "8.4.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jest": "25.3.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"font-config-webpack-plugin": "2.0.3",
"git-cz": "4.8.0",
"husky": "7.0.4",
"jest": "27.4.5",
"lint-staged": "12.1.2",
"npm-check-updates": "12.0.5",
"rimraf": "3.0.2",
"sinon": "12.0.1",
"sort-package-json": "1.53.1",
"supertest": "6.1.6",
"ts-jest": "27.1.1",
"ts-node-dev": "1.1.8",
"typescript": "4.5.4"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"npm": "npm is not supported"
},
"engineStrict": true
}