-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
105 lines (105 loc) · 3.41 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "aesirx-uikit",
"version": "1.3.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.mts",
"license": "GPL-3.0-only",
"scripts": {
"lint": "eslint \"src/**/*/*.ts*\"",
"dev": "NODE_ENV=development tsup --watch",
"build": "NODE_ENV=production NODE_OPTIONS=--max_old_space_size=16192 tsup",
"prepublishOnly": "yarn run build --dts",
"format:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"format:write": "prettier --write \"./src/**/*.{js,jsx,ts,tsx}\""
},
"devDependencies": {
"@babel/core": "^7.21",
"@babel/eslint-parser": "^7.18",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@popperjs/core": "^2.11.7",
"@types/dompurify": "^3.0.5",
"@types/lodash": "^4.14.195",
"@types/node": "^18.15.11",
"@types/react": "^18.2.50",
"@types/react-datepicker": "^4.10.0",
"@types/react-lazy-load-image-component": "^1.5.2",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.14",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.59.0",
"@walletconnect/types": "^2.4.9",
"dompurify": "^3.0.6",
"esbuild-plugin-inline-image": "^0.0.9",
"esbuild-sass-plugin": "^3.0.0",
"esbuild-scss-modules-plugin": "^1.1.1",
"eslint": "^8.50",
"eslint-plugin-react": "^7.32.2",
"history": "4.9.0",
"prettier": "^3.0.3",
"sass": "^1.62.1",
"tsup": "^7.1.0",
"typescript": "^5.0.2",
"typescript-plugin-css-modules": "^5.0.1"
},
"files": [
"dist"
],
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^43.0.0",
"@ckeditor/ckeditor5-core": "^43.0.0",
"@ckeditor/ckeditor5-engine": "^43.0.0",
"@ckeditor/ckeditor5-html-support": "^43.0.0",
"@ckeditor/ckeditor5-react": "^9.0.0",
"@concordium/browser-wallet-api-helpers": "^3.0.0",
"@concordium/react-components": "^0.4.0-rc.7",
"@concordium/web-sdk": "^7.0.4-rc.3",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/react-color": "^3.0.6",
"aesirx-dam-app": "^1.5.0",
"aesirx-lib": "^2.1.2",
"aesirx-sso": "^1.5.0",
"bootstrap": "^5.3.1",
"ckeditor5": "^43.0.0",
"dayjs": "^1.11.10",
"i18next": "^22.4.15",
"i18next-browser-languagedetector": "^7.1.0",
"lodash": "^4.17.21",
"mobx": "^6.9.0",
"mobx-react": "^9.1.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-color": "^2.19.3",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.2.0",
"react-lazy-load-image-component": "^1.5.6",
"react-router-dom": "^5.2.0",
"react-select": "^5.7.2",
"react-spinners": "^0.13.8",
"react-table": "^7.8.0",
"react-toastify": "^9.1.2",
"react-tooltip": "^5.18.0",
"simple-react-validator": "^1.6.2",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2"
},
"resolutions": {
"react": "^18",
"react-dom": "^18",
"tough-cookie": "^4",
"semver": "^7",
"jsdom": "^16",
"ws": "8.17.1",
"react-router-dom": "5.2.0",
"@types/react-router-dom": "5.3.3"
}
}