-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.07 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.07 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
{
"name": "math site ez",
"version": "1.0.0",
"description": "best",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx pm2 start index.js"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"bare-server-node": "github:tomphttp/bare-server-node",
"browserify": "^17.0.0",
"ev-emitter": "^2.1.2",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"get-size": "^3.0.0",
"http": "^0.0.1-security",
"jquery": "^3.6.0",
"lodash-es": "^4.17.21",
"mime": "^3.0.0",
"nginx": "^1.0.3",
"node": "^17.7.2",
"node-fetch": "^3.2.3",
"node-static": "^0.7.11",
"nodemon": "^2.0.16",
"npm": "^8.19.2",
"pm2": "^5.2.0",
"Rhodium": "github:ludicrousdevelopment/rhodium",
"rollup-plugin-babel-minify": "^10.0.0",
"tsparticles": "^1.42.3",
"tsparticles-preset-snow": "^1.42.3",
"unidragger": "^3.0.1",
"unipointer": "^2.4.0",
"warcio": "^1.5.1",
"ws": "^8.5.0"
}
}