-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 906 Bytes
/
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": "@opensalt/ob3-definer",
"version": "1.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/opensalt/OB3DefinitionWidget.git"
},
"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.8.2",
"@formkit/themes": "^1.6.5",
"@formkit/utils": "^1.6.5",
"@formkit/vue": "^1.6.5",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"markdown-it": "^14.1.0",
"uri-js": "^4.4.1",
"uuid": "^10.0.0",
"vue": "^3.4.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"sass": "1.77.6",
"vite": "^5.3.1"
}
}