-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1 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": "@medialab/resin-formulaire",
"repository": "https://github.com/medialab/resin-formulaire.git",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"version": "1.3.7",
"type": "module",
"scripts": {
"dev": "concurrently \"vite build --watch --mode development\" \"http-server dist -p 3001 -o\"",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json",
"prepublish": "npm run build"
},
"main": "dist/resin-formulaire.js",
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"@types/dompurify": "^3.0.5",
"@types/node": "^20.12.13",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.0"
},
"dependencies": {
"concurrently": "^8.2.2",
"dompurify": "^3.1.6",
"fuse.js": "^7.0.0",
"http-server": "^14.1.1",
"marked": "^13.0.2"
}
}