-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 976 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
{
"name": "wtform.at",
"version": "1.1.0",
"description": "A visual approach to paper sizes.",
"homepage": "https://wtform.at",
"license": "MIT",
"author": "Timon Weber <[email protected]> (https://timonweber.com)",
"repository": "github:timonweber/wtform.at",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public",
"test": "prettier --check ."
},
"dependencies": {
"@openfonts/ibm-plex-mono_latin": "^1.44.1",
"@openfonts/ibm-plex-sans_latin": "^1.44.1",
"@rollup/plugin-commonjs": "11.1.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"minireset.css": "0.0.6",
"postcss-url": "^8.0.0",
"prettier": "^2.0.5",
"prettier-plugin-svelte": "^1.1.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"sirv-cli": "^0.4.5",
"svelte": "^3.22.2"
}
}