-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.25 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
40
41
42
43
44
{
"name": "jonmarsh.dev",
"version": "0.6.0",
"description": "Source for https://www.jonmarsh.dev/",
"main": "src/main.js",
"dependencies": {
"compression": "^1.7.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-replace": "^5.0.2",
"copyfiles": "^2.3.0",
"npm-run-all": "^4.1.5",
"polka": "^0.5.2",
"rollup": "^2.79.1",
"rollup-plugin-svelte": "^7.1.4",
"rollup-plugin-terser": "^7.0.2",
"sapper": "^0.29.3",
"sirv": "^2.0.2",
"svelte": "^3.58.0",
"tagable": "^0.4.1"
},
"scripts": {
"build": "sapper build",
"cy:open": "cypress open",
"cy:run": "cypress run",
"dist": "copyfiles --verbose --flat \"./dist/*\" \"./__sapper__/export\"",
"export": "sapper export",
"start": "sapper dev",
"test": "run-p --race dev cy:run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-m/jonmarsh.dev.git"
},
"author": "Jonathan Marsh <[email protected]> (https://www.jonmarsh.dev/)",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/j-m/jonmarsh.dev/issues"
},
"homepage": "https://github.com/j-m/jonmarsh.dev#readme"
}