-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.21 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
{
"name": "mpw.js",
"description": "Master Password website",
"author": "Alexey Vasiliev",
"version": "0.1.0",
"license": "MIT",
"engines": {
"node": "18.12.1"
},
"scripts": {
"lint": "eslint --ext .jsx,.js assets/",
"test": "TZ=utc jest",
"assets:watch": "webpack --watch --color",
"assets:build": "NODE_ENV=production webpack --bail"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/runtime": "7.26.0",
"@babel/runtime-corejs3": "7.26.0",
"@remix-run/router": "^1.20.0",
"babel-loader": "9.2.1",
"buffer": "6.0.3",
"classnames": "2.5.1",
"clipboard": "2.0.11",
"core-js": "3.39.0",
"crypto-browserify": "^3.12.1",
"crypto-js": "4.2.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.0",
"cssnano": "7.0.6",
"file-loader": "6.2.0",
"focus-visible": "^5.2.1",
"formik": "2.4.6",
"lodash": "4.17.21",
"mini-css-extract-plugin": "2.9.2",
"normalize.css": "8.0.1",
"postcss": "8.4.47",
"postcss-import": "16.1.0",
"postcss-loader": "8.1.1",
"postcss-preset-env": "10.0.9",
"postcss-reporter": "7.1.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2",
"react-router": "6.27.0",
"react-router-dom": "6.27.0",
"redux": "5.0.1",
"redux-act": "1.8.0",
"redux-logger": "3.0.6",
"stream-browserify": "^3.0.0",
"style-loader": "4.0.0",
"terser-webpack-plugin": "5.3.10",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.96.1",
"webpack-assets-manifest": "5.2.1",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-webpack-plugin": "7.3.0",
"workbox-window": "7.3.0",
"yup": "1.4.0"
},
"devDependencies": {
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-react": "7.37.2",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"webpack-cli": "5.1.4"
},
"packageManager": "yarn@4.5.1"
}