-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "plotty",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. ."
},
"dependencies": {
"@threlte/core": "^5.0.9",
"@threlte/extras": "^4.9.3",
"three": "^0.150.1",
"pyodide": "^0.22.1",
"codemirror": "^6.0.1",
"@codemirror/highlight": "^0.19.8",
"@codemirror/lang-python": "^6.1.1",
"mathjs": "^11.7.0"
},
"devDependencies": {
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@sveltejs/adapter-vercel": "^1.0.0-next.88",
"@sveltejs/kit": "^1.0.0-next.589",
"@threlte/preprocess": "^0.0.2",
"svelte-sequential-preprocessor": "^1.0.0",
"@types/three": "^0.149.0",
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.15",
"fa-svelte": "^3.1.0",
"postcss": "^8.4.21",
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"svelte": "^3.55.1",
"svelte-preprocess": "^5.0.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
}