-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.21 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.21 KB
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.28.6",
"@babel/eslint-parser": "7.28.6",
"@babel/plugin-transform-runtime": "7.28.5",
"@babel/preset-env": "7.28.6",
"@babel/preset-react": "7.28.5",
"@babel/runtime": "7.28.6",
"@babel/runtime-corejs3": "7.28.6",
"@remix-run/router": "1.23.2",
"babel-loader": "10.0.0",
"buffer": "6.0.3",
"classnames": "2.5.1",
"clipboard": "2.0.11",
"core-js": "3.47.0",
"crypto-browserify": "^3.12.1",
"crypto-js": "4.2.0",
"css-loader": "7.1.2",
"css-minimizer-webpack-plugin": "7.0.4",
"cssnano": "7.1.2",
"file-loader": "6.2.0",
"focus-visible": "^5.2.1",
"formik": "2.4.9",
"lodash": "4.18.1",
"mini-css-extract-plugin": "2.10.0",
"normalize.css": "8.0.1",
"postcss": "8.5.6",
"postcss-import": "16.1.1",
"postcss-loader": "8.2.0",
"postcss-preset-env": "11.1.1",
"postcss-reporter": "7.1.0",
"prop-types": "15.8.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-redux": "9.2.0",
"react-router": "7.12.0",
"react-router-dom": "7.12.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.16",
"text-encoding": "0.7.0",
"url-loader": "4.1.1",
"webpack": "5.104.1",
"webpack-assets-manifest": "6.5.0",
"workbox-core": "^7.4.0",
"workbox-precaching": "^7.4.0",
"workbox-webpack-plugin": "7.4.0",
"workbox-window": "7.4.0",
"yup": "1.7.1"
},
"devDependencies": {
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-react": "7.37.5",
"jest": "29.7.0",
"jest-cli": "29.7.0",
"webpack-cli": "6.0.1"
},
"packageManager": "yarn@4.12.0"
}