generated from effector/razzle-template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
152 lines (152 loc) · 5.07 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@cardbox/frontend",
"version": "0.0.0",
"private": true,
"license": "UNLICENSED",
"scripts": {
"start": "razzle start --noninteractive | pino-pretty -c -l",
"start:prod": "NODE_ENV=production node build/server.js",
"build": "razzle build --noninteractive",
"test": "razzle test --env=jsdom",
"format": "prettier --write \"./src/**/**.{ts,tsx,js,jsx,json}\"",
"api": "openapi && prettier --write ./src/shared/api/internal/index.ts",
"prepare:certs": "bash ./scripts/create-certs.sh",
"clean": "git clean -fxd",
"commit": "git-cz",
"lint": "eslint --fix \"./src/**/**.{ts,tsx,js,jsx,json}\""
},
"engines": {
"node": "18.x"
},
"author": "github.com/cardbox",
"dependencies": {
"@cardbox/editor": "^0.3.0",
"@effector/contract": "^0.1.0",
"@effector/reflect": "^8.0.0",
"@fastify/cookie": "^7.3.1",
"@fastify/http-proxy": "^8.2.1",
"@fastify/static": "^6.5.0",
"@opentelemetry/api": "^1.0.3",
"@opentelemetry/core": "^1.0.0",
"@opentelemetry/exporter-jaeger": "^1.0.0",
"@opentelemetry/instrumentation": "^0.26.0",
"@opentelemetry/instrumentation-fastify": "^0.25.0",
"@opentelemetry/instrumentation-http": "^0.26.0",
"@opentelemetry/propagator-b3": "^1.0.0",
"@opentelemetry/resources": "^1.0.0",
"@opentelemetry/sdk-node": "^0.26.0",
"@opentelemetry/sdk-trace-base": "^1.0.0",
"@opentelemetry/sdk-trace-node": "^1.0.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@svgr/webpack": "^5.5.0",
"@tippyjs/react": "^4.2.5",
"atomic-router": "^0.6.1",
"atomic-router-react": "^0.6.2",
"cross-fetch": "^3.0.4",
"dayjs": "^1.10.5",
"dotenv": "^8.2.0",
"effector": "^22.1.2",
"effector-logger": "^0.12.0",
"effector-react": "^22.0.6",
"fastify": "^4.3.0",
"got": "^11.8.2",
"got-fetch": "^4.0.0",
"history": "^5.3.0",
"miragejs": "^0.1.41",
"node-fetch": "^2.6.1",
"patronum": "^1.1.0",
"pino": "^7.6.5",
"query-string": "^6.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-is": "^16.13.1",
"react-tabs": "^5.1.0",
"styled-components": "^5.3.5",
"through": "^2.3.8",
"tippy.js": "^6.3.1",
"typed-contracts": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@commitlint/cli": "8.2.0",
"@commitlint/config-conventional": "8.2.0",
"@eslint-kit/eslint-config-base": "^2.1.0",
"@eslint-kit/eslint-config-node": "^2.0.0",
"@eslint-kit/eslint-config-prettier": "^2.0.0",
"@eslint-kit/eslint-config-react": "^2.0.0",
"@eslint-kit/eslint-config-typescript": "^2.0.1",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/cookie-parser": "^1.4.2",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.7",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router": "^5.1.12",
"@types/react-router-config": "^5.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/react-tabs": "^2.3.2",
"@types/styled-components": "^5.1.1",
"@types/webpack-env": "^1.15.1",
"@typescript-eslint/parser": "^4.16.1",
"autoprefixer": "10.4.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-preset-razzle": "^4.2.17",
"commitizen": "4.0.3",
"commitlint-config-cz": "^0.13.1",
"cross-env": "^7.0.2",
"cz-conventional-changelog": "3.0.2",
"cz-customizable": "^6.2.1",
"effector-openapi-preset": "^0.3.3",
"eslint": "6.8.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-import": "^2.22.0",
"glob": "^7.1.6",
"html-webpack-plugin": "5.2.0",
"husky": "^3.1.0",
"jest": "^26.6.3",
"lint-staged": "^9.5.0",
"mini-css-extract-plugin": "^0.12.0",
"openapi": "^1.0.0",
"pino-pretty": "^5.1.3",
"postcss": "8.4.4",
"prettier": "^2.5.1",
"razzle": "^4.2.17",
"razzle-dev-utils": "^4.2.17",
"razzle-plugin-svg-react-component": "^2.0.0",
"razzle-plugin-typescript": "^4.2.17",
"tailwindcss": "2.2.19",
"ts-jest": "^26.1.1",
"typescript": "4.6.4",
"typescript-plugin-styled-components": "^1.4.4",
"webpack": "5.65.0",
"webpack-dev-server": "^3.11.3"
},
"jest": {
"transform": {
"\\.(ts|tsx)$": "ts-jest",
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
"^(?!.*\\.(js|jsx|css|json)$)": "<rootDir>/node_modules/razzle/config/jest/fileTransform.js"
},
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.(ts|js)?(x)",
"<rootDir>/src/**/?(*.)(spec|test).(ts|js)?(x)"
],
"moduleFileExtensions": ["ts", "tsx", "js", "json"],
"collectCoverageFrom": ["src/**/*.{js,jsx,ts,tsx}"],
"moduleNameMapper": {
"^@box/(.*)$": "<rootDir>/src/$1"
}
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
}
}