-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.97 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@ls-age/landing-page",
"version": "0.0.0",
"private": true,
"description": "ls-age.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ls-age/landing-page.git"
},
"author": "Lukas Hechenberger <[email protected]>",
"homepage": "https://github.com/ls-age/landing-page#readme",
"bugs": {
"url": "https://github.com/ls-age/landing-page/issues"
},
"scripts": {
"build": "run-p build:*",
"build:sapper": "sapper build --legacy",
"build:sass": "npm run -s sass:base -- --style compressed",
"clear-cache": "rm -rf data/cache",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run-junit": "npm run cy:run -- --reporter junit --reporter-options 'mochaFile=test/report/report.xml'",
"dev": "run-p dev:*",
"dev:sapper": "sapper dev",
"dev:sass": "run-s sass:debug \"sass:debug -- --watch\"",
"export": "sapper export --legacy",
"format": "prettier .",
"lint": "eslint . --ext .js,.html --ignore-path .gitignore",
"sass:base": "sass src/styles/base.scss static/css/base.css --load-path node_modules --quiet-deps",
"sass:debug": "npm run -s sass:base -- --embed-sources",
"start": "node __sapper__/build",
"start:export": "PORT=3003 sirv __sapper__/export",
"test": "CYPRESS_BASE_URL=http://localhost:3000 run-p --race dev cy:run",
"test:ci": "run-p --race start:export cy:run-junit",
"update-assets": "rm -rf static/images && /Applications/Sketch.app/Contents/Resources/sketchtool/bin/sketchtool export layers design/ls-age.sketch --output=."
},
"dependencies": {
"compression": "^1.7.4",
"fs-extra": "^7.0.1",
"highlight.js": "^9.15.6",
"marked": "^0.6.2",
"node-fetch": "^2.3.0",
"polka": "^0.5.2",
"sirv": "^0.3.1",
"slugify": "^1.3.4"
},
"devDependencies": {
"@babel/core": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "7.14.5",
"@babel/runtime": "7.14.5",
"@ls-age/eslint-config": "0.9.2",
"bulma": "^0.9.4",
"chokidar": "2.1.8",
"cypress": "^12.16.0",
"dotenv": "^16.3.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-html": "5.0.5",
"ftp-deploy": "^2.3.3",
"mocha-junit-reporter": "^1.22.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-plugin-package": "^1.3.1",
"prettier-plugin-svelte": "^0.2.0",
"rollup": "^1.10.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^4.0.4",
"sapper": "^0.25.0",
"sass": "^1.63.6",
"sirv-cli": "^2.0.2",
"svelte": "^2.16.1",
"svelte-preprocess-sass": "^2.0.1",
"svelte-transitions": "^1.2.0",
"timeago.js": "^4.0.0-beta.2"
},
"renovate": {
"extends": [
"@ls-age:automergeDev"
]
}
}