-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "dm-planimetrie",
"version": "1.1.0",
"description": "Far partire un server web in questa directory. Ad esempio così:",
"main": "index.html",
"type": "module",
"exports": {
".": "./src/dm-planimetrie/index.js",
"./*.js": "./src/dm-planimetrie/*.js",
"./lib/*.js": "./src/lib/*.js"
},
"scripts": {
"dev": "vite",
"build": "npm run build:pages && npm run build:library",
"build:pages": "vite build -c vite.config.js",
"build:library": "vite build -c vite-library.config.js"
},
"author": "Antonio De Lucreziis",
"license": "MIT",
"devDependencies": {
"@preact/preset-vite": "^2.6.0",
"rollup-plugin-sizes": "^1.0.6",
"sass": "^1.69.5",
"terser": "^5.25.0",
"vite": "^4.5.0"
},
"dependencies": {
"@preact/signals": "^1.2.2",
"compression-streams-polyfill": "^0.1.7",
"fuse.js": "^7.0.0",
"preact": "^10.19.2",
"preact-custom-element": "^4.3.0",
"react-icons": "^5.0.1",
"three": "^0.158.0"
}
}