-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.61 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": "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-dialog": "^5.5.0",
"@dreamworld/dw-list-item": "^4.3.1",
"@dreamworld/hammerjs": "^1.0.1",
"@dreamworld/material-styles": "^3.2.2",
"@dreamworld/pwa-helpers": "^1.16.2",
"@dreamworld/router": "^2.3.1",
"@dw/i18next-esm": "^15.0.9",
"@lit-labs/motion": "^1.0.3",
"@material/mwc-button": "^0.27.0",
"@material/mwc-icon": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"i18next-http-backend": "^2.1.1",
"i18next-xhr-backend": "^3.2.2",
"lit": "^2.6.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
"redux": "^4.2.0",
"redux-saga": "^1.2.1",
"redux-thunk": "^2.4.1",
"reselect": "^4.1.6"
},
"devDependencies": {
"@open-wc/building-rollup": "^2.0.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^14.0.1",
"@web/dev-server": "^0.1.34",
"@web/dev-server-esbuild": "^0.3.3",
"@web/rollup-plugin-copy": "^0.3.0",
"@web/rollup-plugin-html": "^1.11.0",
"rollup": "^2.79.0",
"rollup-plugin-minify-html-literals": "^1.2.6",
"rollup-plugin-summary": "^1.4.3",
"rollup-plugin-terser": "^7.0.2"
},
"resolutions": {
"@material/mwc-ripple": "^0.27.0",
"@material/mwc-icon": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0"
}
}