-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 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
{
"name": "headless-starter-kit",
"version": "0.0.1",
"type": "module",
"description": "A headless implementation with Dynamicweb API",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@dynamicweb/headless-api": "~0.0.3",
"start-dom-jsx": "^1.0.0-beta.1",
"swiffy-slider": "^1.5.3",
"vite": "^3.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dynamicweb/headless-starter-kit.git"
},
"keywords": [
"dynamicweb, headless, webcomponents"
],
"author": "Dynamicweb",
"license": "MIT",
"bugs": {
"url": "https://github.com/dynamicweb/headless-starter-kit/issues"
},
"homepage": "https://github.com/dynamicweb/headless-starter-kit#readme",
"dependencies": {
"bootstrap-icons": "^1.9.1"
}
}