@flarehr/bank-details-app 0.1.1943 → 0.1.1944

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,15 +1,14 @@
1
1
  {
2
2
  "name": "@flarehr/bank-details-app",
3
- "version": "0.1.1943",
4
- "type": "module",
3
+ "version": "0.1.1944",
5
4
  "description": "Flare Bank Details App",
5
+ "license": "SEE LICENSE IN LICENSE.md",
6
6
  "files": [
7
7
  "dist/"
8
8
  ],
9
9
  "scripts": {
10
- "postinstall": "dotnet tool restore",
11
- "start": "dotnet fable watch . -s --run vite",
12
- "build": "dotnet fable . -s --run vite build --emptyOutDir"
10
+ "start": "dotnet fable watch ./ --run webpack serve --mode development",
11
+ "build": "dotnet fable ./ && webpack --mode production --node-env production"
13
12
  },
14
13
  "dependencies": {
15
14
  "@fortawesome/fontawesome-svg-core": "^6.4.2",
@@ -22,11 +21,16 @@
22
21
  },
23
22
  "devDependencies": {
24
23
  "@tailwindcss/forms": "^0.5.10",
25
- "@preact/preset-vite": "^2.9.4",
26
- "tailwindcss": "^3.4.17",
27
24
  "autoprefixer": "^10.4.20",
28
- "postcss": "^8.4.49",
25
+ "copy-webpack-plugin": "^11.0.0",
26
+ "css-loader": "^6.8.1",
29
27
  "cssnano": "^7.0.6",
30
- "vite": "^6.0.7"
28
+ "html-webpack-plugin": "^5.5.3",
29
+ "postcss": "^8.4.49",
30
+ "postcss-loader": "^8.1.1",
31
+ "tailwindcss": "^3.4.17",
32
+ "webpack": "^5.88.2",
33
+ "webpack-cli": "^5.1.4",
34
+ "webpack-dev-server": "^4.15.1"
31
35
  }
32
36
  }