-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1014 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1014 Bytes
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
{
"name": "@opensalt/ob3-definer",
"version": "1.2.10",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opensalt/OB3DefinitionWidget.git"
},
"files": [
"dist"
],
"type": "module",
"description": "A widget to create an Open Badge achievement definition.",
"main": "dist/ob3-definer.js",
"style": "dist/ob3-definer.css",
"unpkg": "dist/ob3-definer.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@formkit/auto-animate": "^0.9.0",
"@formkit/themes": "^1.6.5",
"@formkit/utils": "^1.6.5",
"@formkit/vue": "^1.6.5",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"esbuild": ">=0.25.0",
"markdown-it": "^14.1.0",
"uri-js": "^4.4.1",
"uuid": "^13.0.0",
"vue": "^3.4.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.1",
"sass": "^1.90.0",
"vite": "^7.1.2"
},
"resolutions": {
"esbuild": ">=0.25.0"
}
}