-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "colourgrid",
"version": "1.0.0",
"description": "Colour Grid",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tapted/colourgrid.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tapted/colourgrid/issues"
},
"homepage": "https://github.com/tapted/colourgrid#readme",
"dependencies": {
"lit": "^2.7.3",
"lit-element": "^3.3.2",
"lit-html": "^2.7.3",
"typescript": "^5.0.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-sw": "^6.5.4"
},
"scripts": {
"start": "webpack serve --mode development --env development",
"build": "webpack --mode production && webpack --mode production --env sw",
"lint": "eslint --fix *.js */*.ts",
"start-emulators": "firebase emulators:start"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"clean-webpack-plugin": "^4.0.0",
"eslint": "^8.39.0",
"eslint-config-google": "^0.14.0",
"html-webpack-plugin": "^5.5.1",
"ts-loader": "^9.4.2",
"webpack": "^5.81.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.2",
"webpack-dev-server": "^4.13.3"
}
}