@flarehr/bank-details-app 2.24.1 → 2.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@flarehr/bank-details-app",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.27.1",
|
4
4
|
"description": "Flare Bank Details App",
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
6
6
|
"files": [
|
@@ -8,29 +8,28 @@
|
|
8
8
|
],
|
9
9
|
"scripts": {
|
10
10
|
"start": "dotnet fable watch ./ --run webpack serve --mode development",
|
11
|
-
"build": "dotnet fable ./ && webpack --mode production"
|
11
|
+
"build": "dotnet fable ./ && webpack --mode production --node-env production"
|
12
12
|
},
|
13
13
|
"dependencies": {
|
14
|
-
"@fortawesome/fontawesome-svg-core": "^1.2
|
15
|
-
"@fortawesome/free-solid-svg-icons": "^
|
16
|
-
"@fortawesome/react-fontawesome": "^0.
|
17
|
-
"preact": "^10.
|
18
|
-
"preact-custom-element": "^4.2.1"
|
19
|
-
"reactstrap": "^8.5.1"
|
14
|
+
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
15
|
+
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
16
|
+
"@fortawesome/react-fontawesome": "^0.2.0",
|
17
|
+
"preact": "^10.10.3",
|
18
|
+
"preact-custom-element": "^4.2.1"
|
20
19
|
},
|
21
20
|
"devDependencies": {
|
22
|
-
"
|
23
|
-
"
|
24
|
-
"
|
25
|
-
"
|
26
|
-
"
|
27
|
-
"
|
28
|
-
"
|
29
|
-
"
|
30
|
-
"
|
31
|
-
"typescript": "^4.
|
32
|
-
"webpack": "^5.
|
33
|
-
"webpack-cli": "^4.
|
34
|
-
"webpack-dev-server": "^4.
|
21
|
+
"@tailwindcss/forms": "^0.5.2",
|
22
|
+
"autoprefixer": "^10.4.8",
|
23
|
+
"copy-webpack-plugin": "^11.0.0",
|
24
|
+
"css-loader": "^6.7.1",
|
25
|
+
"cssnano": "^5.1.13",
|
26
|
+
"html-webpack-plugin": "^5.5.0",
|
27
|
+
"postcss": "^8.4.16",
|
28
|
+
"postcss-loader": "^7.0.1",
|
29
|
+
"tailwindcss": "^3.1.8",
|
30
|
+
"typescript": "^4.7.4",
|
31
|
+
"webpack": "^5.74.0",
|
32
|
+
"webpack-cli": "^4.10.0",
|
33
|
+
"webpack-dev-server": "^4.10.0"
|
35
34
|
}
|
36
35
|
}
|