-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.45 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
{
"name": "ga-cytoscape",
"version": "0.2.0",
"description": "Cytoscape.js Web Component built with Stencil @GraphAware",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/types/components.d.ts",
"unpkg": "dist/gacytoscape/gacytoscape.js",
"collection:main": "dist/collection/index.js",
"collection": "dist/collection/collection-manifest.json",
"files": [
"dist/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"lint": "tslint -c tslint.json -t verbose 'src/**/*.{ts,tsx}'"
},
"dependencies": {
"cytoscape": "^3.10.0",
"ts-debounce": "^1.0.0"
},
"devDependencies": {
"@stencil/core": "^1.4.0",
"@stencil/postcss": "^1.0.1",
"@stencil/sass": "^1.0.1",
"@types/autoprefixer": "^9.6.1",
"@types/cytoscape": "^3.8.2",
"@types/jest": "24.0.15",
"@types/postcss-nested": "^4.1.0",
"@types/puppeteer": "1.19.1",
"autoprefixer": "^9.6.1",
"jest": "24.8.0",
"jest-cli": "24.8.0",
"postcss-nested": "^4.1.2",
"postcss-preset-env": "^6.7.0",
"puppeteer": "1.19.0",
"tslint": "^5.20.0",
"tslint-stencil": "^1.0.1",
"yargs": "^14.0.0"
},
"license": "MIT"
}