generated from saoud/jsEnvTemplate
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.36 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
{
"name": "team-week-project-jeopardy-simulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"start": "npm run build & webpack-dev-server --open --mode development",
"lint": "eslint src/*.js",
"test": "jest --coverage",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saoud/Team-Week-Project-Jeopardy-Simulator.git"
},
"keywords": [],
"author": "Saoud Rana, Jesse Callahan, Laurie Waller, Shanen Cross and Collin Chapman",
"license": "MIT",
"bugs": {
"url": "https://github.com/saoud/Team-Week-Project-Jeopardy-Simulator/issues"
},
"homepage": "https://github.com/saoud/Team-Week-Project-Jeopardy-Simulator#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^6.7.3",
"eslint": "^6.3.0",
"eslint-loader": "^4.0.2",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"jest": "^24.9.0",
"style-loader": "^1.0.0",
"webpack": "5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {
"bootstrap": "^4.6.0",
"gh-pages": "^3.1.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}