-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "webcam-pwa",
"version": "1.0.0",
"description": "",
"main": "index.tsx",
"sideEffects": [
"./src/tsWhammyPatch.tsx",
"*.css",
"*.scss"
],
"scripts": {
"serve": "webpack serve --mode development",
"build": "webpack --mode production",
"build-dev": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thbrown/webcam-pwa.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thbrown/webcam-pwa/issues"
},
"homepage": "https://github.com/thbrown/webcam-pwa#readme",
"dependencies": {
"@blueprintjs/core": "^5.7.2",
"@blueprintjs/icons": "^5.5.0",
"@saschazar/wasm-webp": "^3.0.1",
"@types/lodash": "^4.14.202",
"file-saver": "^2.0.5",
"humanize-duration": "^3.31.0",
"jszip": "^3.10.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"solar-calc": "^1.1.0",
"suncalc3": "^2.0.5",
"ts-whammy": "^1.1.4",
"uuid": "^9.0.1",
"workbox-webpack-plugin": "^7.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/file-saver": "^2.0.7",
"@types/humanize-duration": "^3.27.3",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"@types/suncalc": "^1.9.2",
"@types/uuid": "^9.0.7",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.4",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"url-loader": "^4.1.1",
"webpack": "^5.89.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.0.0",
"webpack-dev-server": "^4.15.1",
"worker-loader": "^3.0.8"
}
}