-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
{
"name": "black-hole-viz",
"version": "0.1.0",
"description": "Vizualization of electromagnetic field near a black hole",
"author": {
"name": "Tomáš Trejdl",
"email": "trejdtom@fel.cvut.cz",
"url": "/~https://github.com/tomastrejdl"
},
"main": "main.js",
"scripts": {
"serve": "vite",
"serve:host": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/vue": "^1.2.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"chroma-js": "^2.1.1",
"postcss": "^7",
"random": "^3.0.6",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"three": "^0.127.0",
"troisjs": "^0.2.3",
"vue": "^3.0.11"
},
"devDependencies": {
"@types/chroma-js": "^2.1.3",
"@types/three": "^0.127.0",
"@vitejs/plugin-vue": "^1.2.1",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/compiler-sfc": "^3.0.11",
"event-stream": "^4.0.1",
"iconv-lite": "^0.6.2",
"vite": "^2.1.5",
"vue-cli-plugin-tailwind": "~2.0.6"
},
"engines": {
"node": "^15.12.0"
}
}