-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.87 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
{
"name": "app-xp-welcome",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc && vite build",
"dev": "vite build --watch",
"lint": "eslint . --quiet --cache",
"fix": "eslint . --fix --cache"
},
"dependencies": {
"@nanostores/react": "^0.8.4",
"icomoon-react": "^3.0.0",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2",
"modern-normalize": "^3.0.1",
"nanoid": "^5.0.9",
"nanostores": "^0.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-use-websocket": "^4.12.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"@enonic-types/core": "^7",
"@enonic-types/global": "^7",
"@enonic-types/lib-admin": "^7",
"@enonic-types/lib-auth": "^7",
"@enonic-types/lib-i18n": "^7",
"@enonic-types/lib-portal": "^7",
"@enonic-types/lib-vhost": "^7",
"@enonic/eslint-config": "^1.2.1",
"@types/lodash.clonedeep": "^4.5.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.merge": "^4.6.9",
"@types/node": "^22.13.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"browserslist-config-enonic": "^1.0.8",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"postcss": "^8.5.1",
"vite": "^6.0.11"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@babel/plugin-syntax-flow",
"@babel/plugin-transform-react-jsx"
]
}
},
"browserslist": [
"extends browserslist-config-enonic"
],
"engines": {
"node": ">= 20.2.0",
"pnpm": ">= 8.0.0"
}
}