This repository has been archived by the owner on Jul 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
131 lines (131 loc) · 4.05 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
{
"homepage": "https://mg901.github.io/effector-react-realworld-example-app",
"name": "effector-react-realworld-example-app",
"version": "1.0.0",
"license": "MIT",
"sideEffects": [
"*.css"
],
"scripts": {
"predeploy": "npm run build",
"preview": "npx serve -s build",
"prepare": "husky install",
"commit": "cross-env git-cz",
"start": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"clean": "rm build",
"lint:file": "cross-env eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint": "cross-env eslint . --ext .js,.jsx,.ts,.tsx --fix.",
"pretty": "cross-env prettier --write '**/*.{j,t}{s,sx}'",
"typecheck": "cross-env tsc",
"test": "cross-env jest",
"test:watch": "cross-env jest --watch"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"size-limit": [
{
"path": "build/*.js",
"limit": "129kb"
}
],
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@hot-loader/react-dom": "^17.0.2",
"@size-limit/preset-app": "^7.0.8",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react-hooks": "^7.0.2",
"@types/history": "^4.7.9",
"@types/jest": "^27.4.1",
"@types/marked": "^4.0.2",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.13",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"babel-plugin-module-resolver": "^4.1.0",
"clean-webpack-plugin": "^4.0.0",
"commitizen": "^4.2.4",
"copy-webpack-plugin": "^10.2.4",
"cross-env": "^7.0.3",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"css-modules-typescript-loader": "^4.0.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-effector": "^0.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-environment-jsdom": "^27.5.1",
"lint-staged": "^12.3.4",
"mini-css-extract-plugin": "^2.6.0",
"node-static": "^0.7.11",
"onchange": "^7.1.0",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"query-string": "^7.1.1",
"react-polymorphic-types": "^2.0.0",
"react-test-renderer": "^17.0.2",
"rimraf": "^3.0.2",
"size-limit": "^7.0.8",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.1",
"typescript": "^4.6.2",
"typescript-plugin-css-modules": "^3.4.0",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"axios": "^0.26.0",
"clsx": "^1.1.1",
"effector": "^22.1.2",
"effector-react": "^22.0.6",
"effector-storage": "^5.0.0",
"history": "4.10.1",
"markdown-to-jsx": "^7.1.6",
"patronum": "^1.8.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.1",
"react-hot-loader": "^4.13.0",
"react-router-dom": "^5.3.0",
"use-query-params": "^1.2.3"
}
}