-
Notifications
You must be signed in to change notification settings - Fork 427
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.04 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 4.04 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
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
{
"private": true,
"name": "keybr.com",
"version": "0.0.0",
"type": "module",
"homepage": "https://www.keybr.com",
"license": "GPL-3",
"author": "Aliaksandr Radzivanovich <aradzivanovich@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:aradzie/keybr.com.git"
},
"workspaces": [
"packages/*",
"scripts"
],
"scripts": {
"postinstall": "husky && patch-package",
"config-lint": "node scripts/config-lint.js",
"translate": "node scripts/translate.js",
"clean": "lage clean --no-cache",
"compile": "lage compile --no-cache",
"test": "lage test --no-cache",
"lint": "eslint '{**/*,*}.{js,ts,tsx}'",
"lint-fix": "eslint '{**/*,*}.{js,ts,tsx}' --fix",
"stylelint": "stylelint '{**/*,*}.{less,css}'",
"stylelint-fix": "stylelint '{**/*,*}.{less,css}' --fix",
"format": "prettier '{**/*,*}.{js,ts,tsx,less,css}' --write",
"build": "env NODE_ENV=production webpack",
"build-dev": "env NODE_ENV=development webpack",
"watch": "env NODE_ENV=development webpack --watch",
"start": "env NODE_ENV=development node --enable-source-maps ./root/index.js",
"start-docker": "env NODE_ENV=production ./packages/devenv/lib/initdb.ts && env NODE_ENV=production node --enable-source-maps ./root/index.js"
},
"dependencies": {
"@fastr/client": "^0.1.3",
"@fastr/client-testlib": "^0.1.3",
"@fastr/controller": "^0.1.3",
"@fastr/core": "^0.1.3",
"@fastr/errors": "^0.1.3",
"@fastr/fake-http": "^0.1.3",
"@fastr/fetch": "^0.1.3",
"@fastr/headers": "^0.1.3",
"@fastr/invert": "^0.1.3",
"@fastr/lang": "^0.1.3",
"@fastr/middleware-body": "^0.1.3",
"@fastr/middleware-canonical": "^0.1.3",
"@fastr/middleware-compress": "^0.1.3",
"@fastr/middleware-conditional": "^0.1.3",
"@fastr/middleware-router": "^0.1.3",
"@fastr/middleware-session": "^0.1.3",
"@fastr/middleware-session-file-store": "^0.1.3",
"@fastr/middleware-static-files": "^0.1.3",
"@fastr/middleware-websocket": "^0.1.3",
"@fastr/status": "^0.1.3",
"@mdi/js": "^7.4.47",
"@sosimple/fsx": "^0.2.1",
"@sosimple/fsx-file": "^0.2.1",
"@sosimple/fsx-lockfile": "^0.2.1",
"@sosimple/retry": "^0.2.1",
"@unicode/unicode-16.0.0": "^1.6.16",
"clsx": "^2.1.1",
"debug": "^4.4.3",
"knex": "^3.2.6",
"objection": "^3.1.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-intl": "^10.1.0",
"react-router": "^7.13.2",
"tslib": "^2.8.1",
"xml-js": "^1.6.11",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@formatjs/cli-lib": "^8.5.0",
"@formatjs/ts-transformer": "^4.4.2",
"@jdalton/patch-package": "^8.1.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.12.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"cheerio": "^1.2.0",
"compression-webpack-plugin": "^12.0.0",
"confusing-browser-globals": "^1.0.11",
"css-loader": "^7.1.4",
"css-minimizer-webpack-plugin": "^8.0.0",
"eslint": "^9.39.4",
"eslint-plugin-formatjs": "^6.4.3",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"glob": "^13.0.6",
"husky": "^9.1.7",
"lage": "^2.15.1",
"less": "^4.6.4",
"less-loader": "^12.3.2",
"lint-staged": "^16.4.0",
"mini-css-extract-plugin": "^2.10.1",
"null-loader": "^4.0.1",
"postcss": "^8.5.8",
"postcss-less": "^6.0.0",
"prettier": "^3.8.1",
"rich-assert": "^0.0.3",
"source-map-loader": "^5.0.0",
"stylelint": "^17.6.0",
"stylelint-config-recommended": "^18.0.0",
"stylelint-order": "^8.1.1",
"stylelint-plugin-logical-css": "^2.0.2",
"terser-webpack-plugin": "^5.4.0",
"ts-loader": "^9.5.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.57.2",
"webpack": "^5.105.4",
"webpack-bundle-analyzer": "^5.3.0",
"webpack-cli": "^7.0.2"
}
}