-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.45 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
{
"name": "abtion-secret",
"private": true,
"scripts": {
"test": "jest",
"lint": "eslint **/*.{js,jsx}"
},
"dependencies": {
"@babel/core": "7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "7",
"babel-loader": "9",
"classnames": "^2.5.1",
"compression-webpack-plugin": "11",
"css-loader": "^7.1.2",
"dotenv": "^16.4.1",
"mini-css-extract-plugin": "^2.8.0",
"node-sass-glob-importer": "^3.0.2",
"openpgp": "^5.11.1",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"sass": "^1.72.0",
"sass-loader": "^16.0.3",
"shakapacker": "8.0.2",
"terser-webpack-plugin": "5",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "6"
},
"engines": {
"node": "22.x"
},
"version": "0.1.1",
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.34.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^3.1.1",
"stylelint": "^14.16.1",
"stylelint-config-sass-guidelines": "^9.0.0",
"webpack-dev-server": "^4.15.1"
},
"browserslist": [
"defaults"
]
}