-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
123 lines (123 loc) · 4.06 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
{
"name": "@accesso/frontend",
"version": "0.4.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development razzle start",
"build": "razzle build --noninteractive",
"gen:api": "openapi && prettier --write src/shared/api/index.ts",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js",
"lint": "eslint --fix \"src/**/*.{ts,tsx,js,jsx}\"",
"format": "prettier --write \"./src/**/**.{ts,tsx,js,jsx,json}\"",
"commit": "git-cz",
"prepare": "husky install"
},
"engines": {},
"dependencies": {
"@effector/reflect": "^7.1.1",
"cookie": "^0.4.0",
"cookie-parser": "^1.4.5",
"cross-fetch": "^3.0.4",
"dotenv": "^10.0.0",
"effector": "^22.3.0",
"effector-react": "^22.0.6",
"express": "^4.17.1",
"history": "^4.10.1",
"http-proxy-middleware": "^1.0.3",
"node-fetch": "^2.6.0",
"patronum": "^1.8.5",
"query-string": "^6.11.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-router": "^5.2.0",
"react-router-config": "^5.1.1",
"react-router-dom": "^5.2.0",
"styled-components": "^5.0.1",
"typed-contracts": "^2.3.0",
"universal-fetch": "^1.0.0",
"woly": "0.1.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-typescript": "^7.12.7",
"@commitlint/cli": "12.1.4",
"@commitlint/config-conventional": "12.1.4",
"@eslint-kit/eslint-config-base": "^4.0.0",
"@eslint-kit/eslint-config-node": "^2.0.0",
"@eslint-kit/eslint-config-patch": "^1.0.0",
"@eslint-kit/eslint-config-prettier": "^3.0.0",
"@eslint-kit/eslint-config-react": "^3.0.0",
"@eslint-kit/eslint-config-typescript": "^5.0.0",
"@svgr/webpack": "^5.2.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^13.1.9",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/cookie": "^0.3.3",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.0",
"@types/history": "^4.7.5",
"@types/http-proxy-middleware": "^0.19.3",
"@types/jest": "^23.3.14",
"@types/node": "^14.14.2",
"@types/node-fetch": "^2.5.5",
"@types/query-string": "^6.3.0",
"@types/react": "^16.9.32",
"@types/react-dom": "^16.9.6",
"@types/react-router": "^5.1.8",
"@types/react-router-config": "^5.0.1",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.0.1",
"@types/webpack-env": "^1.15.3",
"@typescript-eslint/parser": "4.15.0",
"autoprefixer": "10.4.0",
"babel-jest": "^26.6.3",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-preset-razzle": "^4.2.7",
"commitizen": "4.2.4",
"cz-conventional-changelog": "3.3.0",
"effector-openapi-preset": "^0.3.0",
"eslint": "7.10.0",
"html-webpack-plugin": "4.5.2",
"husky": "^7.0.1",
"jest": "^26.6.1",
"jest-config": "^26.6.3",
"lint-staged": "^11.1.1",
"mini-css-extract-plugin": "0.9.0",
"openapi": "^1.0.0",
"postcss": "8.4.4",
"prettier": "^2.5.0",
"razzle": "^4.2.17",
"razzle-dev-utils": "^4.2.17",
"razzle-plugin-typescript": "^4.2.7",
"tailwindcss": "^3.0.0",
"typescript": "4.6.4",
"typescript-styled-plugin": "^0.15.0",
"webpack": "^4.46.0",
"webpack-dev-server": "3.11.2"
},
"jest": {
"transform": {
"\\.(ts|tsx)$": "babel-jest",
"\\.css$": "<rootDir>/node_modules/razzle/config/jest/cssTransform.js",
"\\.svg$": "<rootDir>/svgTransform.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}"],
"moduleDirectories": ["node_modules", "src"]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}