-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
96 lines (36 loc) · 1.08 KB
/
package.json
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "math site",
"version": "1.0.0",
"description": "best",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx pm2 start index.js -i max"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^13.1.3",
"bare-server-node": "github:tomphttp/bare-server-node",
"browserify": "^17.0.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"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.10.0",
"path": "^0.12.7",
"pm2": "^5.2.0",
"rollup-plugin-babel-minify": "^10.0.0",
"tsparticles": "^1.42.3",
"tsparticles-preset-snow": "^1.42.3",
"warcio": "^1.5.1",
"ws": "^8.5.0"
},
"devDependencies": {
"tailwindcss": "^3.1.8"
}
}