This repository has been archived by the owner on May 4, 2021. It is now read-only.
generated from nss-evening-cohort-12/chatty-instructors
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.6 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
49
50
51
52
{
"name": "chatty-delta-narnia",
"version": "1.0.0",
"description": "",
"main": "src/javascripts/main.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production --module-bind js=babel-loader",
"deploy": "npm run build && firebase deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/nss-evening-cohort-12/chatty-delta-narnia"
},
"keywords": [],
"contributors": [
"Gwynne Meeks <[email protected]>, Brooke Nemchak <[email protected]>, Jeanine Beckle <[email protected]>, Ryan Beiden <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/nss-evening-cohort-12/chatty-delta-narnia/issues"
},
"homepage": "https://github.com/nss-evening-cohort-12/chatty-delta-narnia#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.3",
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"axios": "^0.19.2",
"bootstrap": "^4.5.0",
"firebase": "^7.15.1",
"jquery": "^3.5.1",
"moment": "^2.26.0",
"popper.js": "^1.16.1"
}
}