-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 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
{
"name": "stylament",
"title": "Stylament",
"version": "0.30.1",
"description": "A fundament for your document styling.",
"keywords": [
"document structure",
"styling",
"HTML",
"CSS",
"design system"
],
"homepage": "https://stylament.sim.ilitu.de/",
"repository": {
"type": "git",
"url": "https://github.com/smnscp/stylament.git"
},
"license": "",
"author": "Simon Schrape",
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@fontsource-utils/scss": "latest",
"@fontsource-variable/source-code-pro": "latest",
"@fontsource-variable/source-sans-3": "latest",
"@fontsource-variable/source-serif-4": "latest",
"sass": "latest"
}
}