ncounter.git

git clone https://git.crispbyte.dev/ncounter.git

CheddarCrisp  ·  2024-04-12

package.json

 1{
 2  "name": "ncounter",
 3  "version": "1.0.0",
 4  "description": "",
 5  "private": true,
 6  "scripts": {
 7    "test": "echo \"Error: no test specified\" && exit 1",
 8    "build": "webpack --config webpack.prod.js",
 9    "start": "webpack-dev-server --open --config webpack.dev.js"
10  },
11  "author": "",
12  "license": "MIT",
13  "devDependencies": {
14    "chart.js": "^4.4.2",
15    "clean-webpack-plugin": "^4.0.0",
16    "copy-webpack-plugin": "^12.0.2",
17    "css-loader": "^7.1.1",
18    "file-loader": "^6.2.0",
19    "html-webpack-plugin": "^5.6.0",
20    "idb-keyval": "^6.2.1",
21    "reset-css": "^5.0.2",
22    "string-replace-loader": "^3.1.0",
23    "style-loader": "^4.0.0",
24    "svelte": "^4.2.13",
25    "svelte-loader": "^3.2.0",
26    "terser-webpack-plugin": "^5.3.10",
27    "uuid": "^9.0.1",
28    "webpack": "^5.91.0",
29    "webpack-cli": "^5.1.4",
30    "webpack-dev-server": "^5.0.4",
31    "webpack-license-plugin": "^4.4.2",
32    "webpack-merge": "^5.10.0",
33    "workbox-broadcast-update": "^7.0.0",
34    "workbox-cacheable-response": "^7.0.0",
35    "workbox-expiration": "^7.0.0",
36    "workbox-routing": "^7.0.0",
37    "workbox-strategies": "^7.0.0",
38    "workbox-window": "^7.0.0"
39  }
40}