-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1019 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1019 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
{
"name": "@adaptive-web/example-use-adaptive-components",
"version": "0.0.1",
"description": "A simple example of using adaptive web components",
"type": "module",
"private": true,
"license": "MIT",
"author": {
"name": "Adaptive Web Community",
"url": "https://github.com/adaptive-web-community"
},
"bugs": {
"url": "https://github.com/adaptive-web-community/adaptive-web-components/issues"
},
"homepage": "https://github.com/adaptive-web-community/adaptive-web-components#readme",
"repository": {
"type": "git",
"url": "https://github.com/adaptive-web-community/adaptive-web-components.git",
"directory": "examples/use-adaptive-components"
},
"scripts": {
"build": "tsc && vite build",
"clean": "rimraf dist",
"start": "vite --open"
},
"dependencies": {
"@adaptive-web/adaptive-web-components": "0.8.2"
},
"devDependencies": {
"vite-plugin-svgo": "^1.3.0",
"rimraf": "^3.0.2",
"typescript": "^4.7.0",
"vite": "^4.5.14"
}
}