-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
66 lines (66 loc) · 1.67 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
{
"name": "aesirx_analytics",
"version": "4.2.6",
"description": "analytics via aesirx",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp zip",
"watch": "gulp watch",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"devDependencies": {
"@prettier/plugin-php": "^0.22.1",
"@types/react": "^18.2.8",
"@types/react-dom": "^18.3.0",
"css-loader": "^6.8.1",
"del": "^7.0.0",
"dotenv": "^16.3.1",
"filemanager-webpack-plugin": "^8.0.0",
"git-revision-webpack-plugin": "^5.0.0",
"gulp": "^4.0.2",
"gulp-composer": "^0.4.5",
"gulp-zip": "^5.1.0",
"gulp-rename": "^2.0.0",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"process": "^0.11.10",
"sass": "^1.69.3",
"sass-loader": "^14.2.1",
"style-loader": "^3.3.2",
"terser-webpack-plugin": "^5.3.7",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"webpack": "^5.89.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"aesirx-analytics": "2.3.3",
"aesirx-bi-app": "^2.4.0",
"react": "^18.2.0",
"react-dom": "^18.3.1",
"react-spinners": "^0.13.8"
},
"resolutions": {
"aesirx-lib": "^2.1.1",
"aesirx-sso": "^1.4.18",
"aesirx-uikit": "^1.3.0",
"react": "^18",
"react-dom": "^18",
"tough-cookie": "^4",
"semver": "^7",
"jsdom": "^16",
"nth-check": "^2",
"postcss": "^8",
"json5": "^2",
"d3-color": "^3",
"glob-parent": "^5",
"shelljs": "^0.8.5",
"ws": "^8.18.0",
"braces": "^3.0.3",
"micromatch": "^4.0.8",
"elliptic": "^6.5.7"
}
}