generated from kotoyama/react-webpack-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
139 lines (139 loc) · 4.77 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
{
"name": "aviasales-test-task",
"version": "0.1.0",
"private": true,
"description": "Aviasales test task",
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config config/webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.prod.js",
"build:live": "serve -s build",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,json,css}",
"lint:code": "eslint src/**/*.{js,jsx,ts,tsx}",
"lint:code:fix": "eslint src/**/*.{js,jsx,ts,tsx} --fix",
"lint:styles": "stylelint \"./**/*.{js,jsx,ts,tsx,css}\"",
"lint:styles:fix": "stylelint \"./**/*.{js,jsx,ts,tsx,css}\" --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"commit": "git-cz",
"pre-commit": "yarn lint-staged",
"prepare": "husky install"
},
"author": "kotoyama <t.me/kotoyama>",
"engines": {
"node": ">= 12.18.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@linaria/babel-preset": "^3.0.0-beta.15",
"@linaria/shaker": "^3.0.0-beta.15",
"@linaria/stylelint": "^3.0.0-beta.15",
"@linaria/webpack-loader": "^3.0.0-beta.16",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@stylelint/postcss-css-in-js": "^0.37.2",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"@types/core-js": "^2.5.5",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-jest": "^27.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-rename-import": "^2.3.0",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"circular-dependency-plugin": "^5.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"commitizen": "^4.2.4",
"copy-webpack-plugin": "9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv-webpack": "^7.0.3",
"effector-logger": "^0.12.0",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-effector": "^0.4.2",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import-helpers": "^1.2.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-react": "^0.0.4",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.5.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.3",
"lint-staged": "^12.1.2",
"mini-css-extract-plugin": "^2.4.5",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-loader": "^6.2.1",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"postcss-syntax": "^0.36.2",
"prettier": "^2.5.1",
"react-refresh": "^0.11.0",
"style-loader": "^3.3.1",
"stylelint": "^14.1.0",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-recommended": "^6.0.0",
"stylelint-order": "^5.0.0",
"ts-jest": "^27.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"typescript": "^4.5.2",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.1.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@linaria/core": "^3.0.0-beta.15",
"@linaria/react": "^3.0.0-beta.15",
"@tanem/react-nprogress": "^4.0.3",
"core-js": "^3.19.3",
"effector": "^22.1.2",
"effector-react": "^22.0.6",
"intersection-observer": "^0.12.0",
"nanoid": "^3.1.30",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-intersection-observer": "^8.33.1",
"smoothscroll-polyfill": "^0.4.4"
},
"lint-staged": {
"src/**/*.{js,jsx,ts,tsx,json,scss,md}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}