-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.08 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.08 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
{
"name": "beerbrewing.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://beerbrewing.github.io/build",
"dependencies": {
"html-minifier-terser": "^7.2.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-facebook-pixel": "^1.0.4",
"react-ga4": "^2.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.30.1",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && npx html-minifier-terser --collapse-whitespace --remove-comments --minify-css true --minify-js true -o build/kasm.html build/kasm.html && npx html-minifier-terser --collapse-whitespace --remove-comments --minify-css true --minify-js true -o build/music.html build/music.html",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"gh-pages": "^6.1.1"
}
}