generated from chingu-voyages/voyage-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.79 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
{
"name": "v43-tier1-team-09",
"version": "1.1.0",
"description": "A collaborative attempt at creating a Mad Libs Word Game as part of the Chingu Voyage program. The goal of this project is not actually the finished project - but to experience getting there as a team. While getting there is the goal, there are certainly some Minimum Viable Product details that must be met. This project is to be built following Agile Principles using the SCRUM Framework. For most of us it is our first time with any experience like this so it is brand new. By the end of this project we should all be better developers and understand SCRUM and Agilie much better.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chingu-voyages/v43-tier1-team-09.git"
},
"keywords": [
"fun",
"vanilla-javascript",
"collaboration",
"educational-project"
],
"scripts": {
"build": "webpack --config=webpack.config.prod.js",
"dev": "concurrently \"npm run watch\" \"npm start\" --kill-others-on-fail",
"start": "serve dist",
"watch": "webpack --watch"
},
"author": "chingu-voyages",
"contributors": [
"Emimint",
"emilio12345",
"PaulaR-05",
"mnichols08",
"Nazile-Tag"
],
"license": "ISC",
"bugs": {
"url": "https://docs.google.com/forms/d/e/1FAIpQLSd91zh13dCmv4GNsG7ndVoY4njof7NvHQ3LoMrXabnkXylihg/viewform"
},
"homepage": "https://v43-tier1-team-09.netlify.app/",
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-syntax-import-assertions": "^7.20.0",
"babel-loader": "^9.1.2",
"concurrently": "^8.0.1",
"css-loader": "^6.7.3",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.2",
"serve": "^14.2.0",
"style-loader": "^3.3.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
}
}