-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.8 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "pleat-calculator",
"version": "1.0.0",
"description": "A handy app for calculating pleats with precision and style.",
"main": "main.py",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack",
"predeploy": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheCodingJsoftware/Pleat-Calculator"
},
"keywords": [
"pleats",
"sewing",
"fashion",
"calculator",
"pwa"
],
"author": "Jared Gross",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TheCodingJsoftware/Pleat-Calculator/issues"
},
"homepage": "https://github.com/TheCodingJsoftware/Pleat-Calculator#readme",
"dependencies": {
"beercss": "^3.11.32",
"firebase": "^11.10.0",
"install": "^0.13.0",
"typescript": "^5.8.3"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.0",
"cross-env": "^7.0.3",
"css-loader": "^7.1.2",
"esbuild": "^0.25.6",
"esbuild-loader": "^4.3.0",
"fork-ts-checker-webpack-plugin": "^9.1.0",
"glob": "^11.0.3",
"glob-all": "^3.3.1",
"html-webpack-plugin": "^5.6.3",
"image-minimizer-webpack-plugin": "^4.1.3",
"material-dynamic-colors": "^1.1.2",
"mini-css-extract-plugin": "^2.9.2",
"purgecss-webpack-plugin": "^7.0.2",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3",
"webpack": "^5.100.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"workbox-webpack-plugin": "^7.3.0"
}
}