-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.4 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
{
"name": "@patternson/library-view",
"version": "0.1.0",
"description": "components for patternson library view",
"collection": "dist/collection/collection-manifest.json",
"types": "dist/types/components.d.ts",
"module": "dist/esm/index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "sd concurrent \"stencil build --dev --prerender --watch\" \"stencil-dev-server\" ",
"serve": "stencil-dev-server",
"start": "npm run dev",
"build": "stencil build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/patternsonio/library-view.git"
},
"author": "Lasse & Hannes Diercks <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patternsonio/library-view/issues"
},
"homepage": "https://github.com/patternsonio/library-view#readme",
"devDependencies": {
"@stencil/core": "^0.9.11",
"@stencil/dev-server": "0.0.18",
"@stencil/router": "^0.2.1",
"@stencil/utils": "0.0.4",
"eslint": "5.0.0",
"eslint-config-airbnb-base": "13.0.0",
"eslint-config-prettier": "2.9.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-prettier": "2.6.1",
"prettier": "1.13.6"
},
"dependencies": {
"@patternson/octopus": "^1.1.3",
"escape-html": "^1.0.3",
"pretty": "^2.0.0",
"prismjs": "^1.15.0",
"stringify-attributes": "^1.0.0"
}
}