-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
37
38
39
{
"name": "example-design-system-lit-app",
"description": "Example application using the Design System and Lit.",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/sanomalearning/example-design-system-lit-app.git"
},
"bugs": {
"url": "https://github.com/sanomalearning/example-design-system-lit-app/issues"
},
"homepage": "https://github.com/sanomalearning/example-design-system-lit-app#readme",
"scripts": {
"start": "wireit"
},
"wireit": {
"start": {
"command": "wds --open --watch",
"files": [
"web-dev-server.config.js"
]
}
},
"dependencies": {
"@sanomalearning/slds-core": "^0.1.1",
"@sanomalearning/slds-editor": "^0.0.2",
"@sanomalearning/slds-grid": "^0.0.3",
"@sanomalearning/slds-sanoma-learning": "^0.0.1"
},
"devDependencies": {
"@web/dev-server": "^0.1.35",
"@web/dev-server-esbuild": "^0.3.3",
"typescript": "^5.0.2",
"wireit": "^0.9.5"
}
}