-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "gif-off",
"author": "Metalloriff",
"version": "0.0.1",
"siteProperties": {
"name": "gif-off.web.app",
"embedTitle": "GIF Off!",
"description": "Gif Off is an interactive game in which users are presented with a randomly selected question from a set of predefined packs. Players must select a GIF image from Tenor as the most suitable response to the question. Once all responses have been submitted, users vote on the best response, and are rewarded with points for each vote they receive.",
"color": "#7bb1bd"
},
"private": false,
"dependencies": {
"firebase": "^9.17.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"regenerator-runtime": "^0.13.9",
"unique-username-generator": "^1.1.3"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@swc/cli": "^0.1.51",
"@swc/core": "^1.2.93",
"crypto-browserify": "^3.12.0",
"css-loader": "^6.3.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.0",
"swc-loader": "^0.1.15",
"webpack": "^5.58.0",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"webpack-pwa-manifest": "^4.3.0"
},
"scripts": {
"start": "npx webpack serve --open",
"build": "npx webpack --mode production --env=mode=production",
"publish": "yarn run build && firebase deploy --only hosting"
}
}