-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 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
40
41
42
43
{
"name": "chessdefense",
"flat": true,
"version": "1.1.1",
"description": "ChessDefense is a New Type of Game, a cross between Chess + Tower Defense!",
"main": "application-shell.js",
"repository": "https://www.chessdefense.com",
"author": "Modern Projects",
"license": "MIT",
"private": true,
"scripts": {
"build": "polymer build --auto-base-path && workbox injectManifest workbox-config.js",
"rollup": "rollup -c",
"long": "rollup deploy/application-shell.js --format es --name 'ApplicationShell' --file application-shell.js",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"es-dev-server": "^1.57.4",
"lit-element": "^2.4.0",
"pwa-helpers": "^0.9.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"ts-loader": "^8.0.4",
"tslint": "^6.1.3",
"workbox-sw": "^5.1.4"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@storybook/addon-actions": "^6.0.21",
"@storybook/addon-essentials": "^6.0.21",
"@storybook/addon-links": "^6.0.21",
"@storybook/web-components": "^6.0.21",
"babel-loader": "^8.1.0",
"lit-html": "^1.3.0",
"ts-lit-plugin": "^1.2.1",
"typescript": "^4.0.3",
"polymer-cli": "^1.9.11",
"polyserve": "^0.27.0",
"prpl-server": "^1.4.2"
}
}