-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.51 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.51 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
{
"name": "abtion-secret",
"private": true,
"scripts": {
"test": "jest",
"lint": "eslint **/*.{js,jsx}"
},
"dependencies": {
"classnames": "^2.5.1",
"compression-webpack-plugin": "12",
"css-loader": "^7.1.4",
"dotenv": "^17.2.3",
"mini-css-extract-plugin": "^2.9.4",
"node-sass-glob-importer": "^5.3.3",
"openpgp": "^6.3.0",
"react": "^19.1.0",
"react-dom": "^19.2.5",
"sass": "^1.94.2",
"sass-loader": "^16.0.7",
"shakapacker": "9.6.1",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.4.0",
"webpack": "^5.106.1",
"webpack-assets-manifest": "^6.5.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"engines": {
"node": "24.x",
"npm": "^11.10.0"
},
"version": "0.1.1",
"devDependencies": {
"@swc/core": "^1.15.26",
"@swc/jest": "^0.2.39",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.5.2",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"prettier": "^3.8.3",
"stylelint": "^16.25.0",
"stylelint-config-sass-guidelines": "^12.1.0",
"webpack-dev-server": "^5.2.3"
},
"overrides": {
"glob": "^7.2.0",
"resolve": "^1.22.2",
"postcss": "^8.5.9"
},
"browserslist": [
"defaults"
]
}