-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.51 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.51 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
{
"name": "carving_pumpkins",
"version": "1.0.0",
"description": "<h2>Background</h2> <p> Users can practice their pumpkin carving skills while playing Carving Pumpkins! The game starts when a user picks their pumpkin from the three preset pumpkins. Users carve their pumpkin of choice by scrolling their mouse over the pumpkin. The user can test the pumpkin while carving by pushing the “candle mode” button. The background is darkened and the pumpkin glows in the candle light. Pumpkin marks can be cleared when the user finishes carving. The user also has the option of restarting the game with a new pumpkin or trying again with the same pumpkin.</p> <h2>Functionality & MVPs</h2>",
"main": "index.js",
"browserslist": [
"defaults"
],
"scripts": {
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cBrownSF/carving_pumpkins.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cBrownSF/carving_pumpkins/issues"
},
"homepage": "https://github.com/cBrownSF/carving_pumpkins#readme",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"babel-loader": "^8.2.3",
"core-js": "^3.19.0",
"css-loader": "^6.5.0",
"mini-css-extract-plugin": "^2.4.3",
"regenerator-runtime": "^0.13.9",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
}
}