-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.61 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.61 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
{
"type": "module",
"dependencies": {
"@babel/plugin-proposal-unicode-property-regex": "^7.18.6",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/postcss": "^4.1.17",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-sonarjs": "^3.0.5",
"eslint-plugin-tsdoc": "^0.5.0",
"eslint-plugin-unicorn": "^62.0.0",
"next": "^16.1.3",
"node": "^25.3.0",
"postcss": "^8.5.6",
"radix-ui": "^1.4.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"tailwindcss": "^4.1.17",
"typescript-eslint": "^8.52.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"buildMagento": "node build.cjs;npx babel src/pages/_magento.js -o src/pages/_magento.compiled.js",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix"
},
"devDependencies": {
"@babel/cli": "^7.28.6",
"@babel/core": "^7.28.6",
"@babel/plugin-transform-class-properties": "^7.28.6",
"@babel/plugin-transform-class-static-block": "^7.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@types/node": "24.10.1",
"@types/react": "19.2.7",
"babel-plugin-syntax-hermes-parser": "^0.33.3",
"babelify": "^10.0.0",
"browserify": "^17.0.1",
"browserify-css": "^0.15.0",
"core-js": "^3.47.0",
"nextjs": "^0.0.3",
"prettier": "3.7.4",
"typescript": "5.9.3"
}
}