-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
{
"name": "stencil-starter-project-name",
"private": true,
"version": "0.0.1",
"description": "Stencil App Starter",
"scripts": {
"build": "npm run lint && stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"lint": "eslint --ext ts,tsx src/",
"test.watch": "stencil test --spec --e2e --watchAll",
"browserstack": "node ./node_modules/webdriverio/bin/wdio wdio.conf",
"browserstacknopre": "node ./node_modules/webdriverio/bin/wdio wdio.conf --baseUrl http://localhost:3333",
"prerender": "Prerenderer -s ./www -o ./output -i ./src/assets/prerender.js -u http://localhost:5000/urls.json -b / -r 3 -m https://stencil-router-starter1.com"
},
"license": "MIT",
"devDependencies": {
"@inspirationlabs/il-site-loader": "0.0.1",
"@inspirationlabs/router": "1.0.0-4",
"@stencil/core": "1.17.3",
"@stencil/eslint-plugin": "^0.2.0",
"@types/jest": "^26.0.20",
"@types/puppeteer": "^5.4.3",
"@typescript-eslint/eslint-plugin": "^2.34.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.1",
"workbox-build": "6.1.5"
},
"seo": {
"baseUrl": "https://stencil-seo-starter.com"
}
}