-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.36 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.36 KB
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
{
"name": "custom-elements-bundle",
"version": "1.0.0",
"main": "dist/index.js",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "yarn upgrade && rimraf ./dist && ./node_modules/.bin/rollup -c rollup.config.js",
"start": "./node_modules/.bin/serve"
},
"devDependencies": {
"@bgoodman/code-edit": "file:../custom-elements/code-edit",
"@bgoodman/custom-tooltip": "file:../custom-elements/custom-tooltip",
"@bgoodman/dialog-box": "file:../custom-elements/dialog-box",
"@bgoodman/slide-drawer": "file:../custom-elements/slide-drawer",
"@bgoodman/split-pane": "file:../custom-elements/split-pane",
"@bgoodman/syntax-highlight": "file:../custom-elements/syntax-highlight",
"@bgoodman/tab-pane": "file:../custom-elements/tab-pane",
"drag-pane": "file:../custom-elements/drag-pane",
"glob": "^7.1.6",
"rimraf": "^3.0.0",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^1.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript2": "^0.25.2",
"serve": "^11.2.0",
"typescript": "^3.7.2",
"typescript-plugin-css-modules": "^2.0.2"
},
"dependencies": {
"img-slideshow": "file:../custom-elements/img-slideshow"
}
}