-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.13 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
{
"name": "foreseen",
"version": "0.8.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "tsc",
"docs": "vite build --outDir docs",
"predocs": "rm -rf docs",
"dev": "vite",
"test": "jest --passWithNoTests --coverage"
},
"keywords": [],
"author": "Valentin \"zeropaper\" Vago",
"license": "MIT",
"devDependencies": {
"@types/jest": "29.1.1",
"@types/lodash.get": "4.4.7",
"@types/lodash.set": "4.3.7",
"@types/node": "18.7.23",
"@types/stats.js": "0.17.0",
"@types/three": "0.144.0",
"canvas": "2.10.1",
"jest": "29.1.1",
"jest-environment-jsdom": "29.1.1",
"puppeteer": "18.0.5",
"stats.js": "0.17.0",
"ts-jest": "29.0.3",
"typescript": "4.8.4",
"vite": "3.1.4",
"vite-plugin-monaco-editor": "1.1.0",
"vite-plugin-pwa": "0.13.1"
},
"dependencies": {
"ajv": "8.11.0",
"buffer": "6.0.3",
"deepmerge": "4.2.2",
"lodash.get": "4.4.2",
"lodash.set": "4.3.2",
"monaco-editor": "0.34.0",
"yaml-ast-parser": "0.0.43"
},
"peerDependencies": {
"three": "0.143.0"
}
}