forked from bhi10/lit-movies
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.47 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
{
"name": "tmdb",
"version": "1.0.0",
"type": "module",
"main": "index.html",
"module": "index.html",
"scripts": {
"start": "web-dev-server",
"build": "rollup -c rollup.config.js",
"start:build": "web-dev-server --root-dir dist --app-index index.html"
},
"dependencies": {
"@dreamworld/dw-button": "^2.1.2",
"@dreamworld/dw-dialog": "^3.4.0",
"@dreamworld/dw-icon": "^2.1.1",
"@dreamworld/dw-icon-button": "^2.1.3",
"@dreamworld/dw-input": "^2.1.6",
"@dreamworld/dw-list-item": "^2.1.0",
"@dreamworld/dw-switch": "^2.1.0",
"@dreamworld/dw-tooltip": "^2.1.1",
"@dreamworld/hammerjs": "^1.0.1",
"@dreamworld/material-styles": "^1.3.1",
"@dreamworld/pwa-helpers": "^1.11.1",
"@dreamworld/router": "^1.0.0",
"@dw/i18next-esm": "^15.0.9",
"@lit-labs/virtualizer": "^0.6.0",
"i18next-xhr-backend": "^3.2.2",
"lit": "^2.0.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"redux": "^4.1.1",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@open-wc/building-rollup": "^2.0.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.1",
"@web/dev-server": "^0.1.25",
"@web/rollup-plugin-copy": "^0.3.0",
"@web/rollup-plugin-html": "^1.10.1",
"rollup": "^2.62.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-summary": "^1.3.0",
"rollup-plugin-terser": "^7.0.2"
}
}