-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1 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
{
"name": "yolandi",
"version": "1.0.0",
"description": "A Node-based Puppeteer plugin for Wordpress. Make playlists and graphs/matrixes of comands.",
"keywords": [
"puppeteer",
"alien",
"ai",
"artificial",
"intelligence",
"superintelligence",
"graph",
"theory",
"node"
],
"license": "UNLICENSED",
"author": "Mister Valentine AKA Aiden Valentine",
"type": "module",
"main": "index.mjs",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@baklavajs/renderer-vue": "^2.7.0",
"@sparticuz/chromium": "^138.0.2",
"@vitejs/plugin-react": "^5.0.4",
"baklavajs": "^2.7.0",
"jquery": "^3.7.1",
"node-fetch": "^3.3.2",
"puppeteer": "^24.23.0",
"puppeteer-core": "^24.18.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"vite": "^7.1.7",
"vue": "^3.5.22"
},
"devDependencies": {
"vite-plugin-monaco-editor": "^1.1.0"
}
}