-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.63 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.63 KB
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
{
"name": "randomrants-plus",
"version": "0.1.0",
"description": "Random Rants Plus is Random Rants but better in security and account managing, also targeting another layout style.",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"development:server": "nodemon server-src/server-runner.js",
"development": "concurrently -k \"npm:watch\" \"npm:development:server\"",
"start": "webpack && node server-src/server-runner.js",
"format": "prettier --write \"server-src/**/*.js\" \"src/**/*.js\" \"src/**/*.css\" \"wpstatic/**/*.json\" \"wpstatic/**/*.html\" \"webpackhtml/**/*\" \"errors/**/*\"",
"server-install": "npm install bcryptjs busboy content-range jszip http ws dotenv jimp",
"webpush": "npx web-push generate-vapid-keys"
},
"devDependencies": {
"bcryptjs": "^3.0.3",
"busboy": "^1.6.0",
"concurrently": "^9.2.0",
"content-range": "^2.0.2",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^17.2.3",
"html-webpack-plugin": "^5.6.3",
"http": "^0.0.1-security",
"jszip": "^3.10.1",
"license-webpack-plugin": "^4.0.2",
"nodemon": "^3.1.10",
"process": "^0.11.10",
"raw-loader": "^4.0.2",
"url-loader": "^4.1.1",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-license-plugin": "^4.5.1",
"ws": "^8.18.3"
},
"license": "MIT",
"nodemonConfig": {
"ignore": [
"wpstatic/version.json",
"counters/*",
"public"
],
"delay": 2500
},
"dependencies": {
"jimp": "^1.6.0",
"prettier": "^3.7.4",
"simple-peer": "^9.11.1",
"sitemap-webpack-plugin": "^1.1.1",
"web-push": "^3.6.7"
}
}