-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.85 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
{
"name": "lit-cms",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "rimraf public/js && rollup -c rollup.config.js && workbox generateSW",
"dev": "run-p watch start",
"save": "git add . && git commit -m \"Chore: Save\"",
"start": "es-dev-server --root-dir public --app-index public/index.html --preserve-symlinks --file-extensions .ts --node-resolve --babel --open --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "rimraf public/js && rollup -c rollup.config.dev.js --watch",
"workbox": "workbox generateSW"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "^7.7.0",
"@babel/preset-typescript": "^7.7.2",
"es-dev-server": "^1.23.1",
"npm-run-all": "^4.1.5",
"rollup": "^2.0.0",
"rollup-plugin-analyzer": "^3.2.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-index-html": "^1.5.9",
"rollup-plugin-modulepreload": "^1.2.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.2",
"rollup-plugin-typescript": "^1.0.1",
"stylelint": "^13.2.0",
"stylelint-config-standard": "^20.0.0"
},
"dependencies": {
"@adobe/lit-mobx": "0.0.3",
"@anoblet/button-component": "0.0.2",
"@anoblet/card-component": "^1.0.3",
"@anoblet/drawer-component": "^0.0.1",
"@anoblet/firebase": "0.0.4",
"@anoblet/lit-form": "0.0.3",
"@anoblet/match-media": "0.0.1",
"@anoblet/material-icons": "0.0.1",
"@anoblet/mixins": "0.0.3",
"@anoblet/quill-js": "0.0.3",
"@anoblet/string-to-slug": "0.0.1",
"@material/mwc-linear-progress": "^0.14.0",
"lit-element": "^2.2.1",
"mobx": "^5.13.0",
"page": "^1.11.5",
"typescript": "^3.7.2"
}
}