forked from patwill92/group-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.2 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": "HungryHippo",
"version": "1.0.0",
"description": "Food App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack-dev-server",
"build:prod": "webpack -p",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.0.0-alpha.6",
"firebase": "^8.0.1",
"firebase-auth": "^0.1.2",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"page": "^1.7.1",
"tether": "^1.4.0",
"unirest": "^0.6.0",
"snyk": "^1.316.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"clean-webpack-plugin": "^0.1.16",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^3.3.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"webpack": "^3.5.2",
"webpack-dev-server": "^2.7.1"
},
"author": "UNCC Students",
"license": "ISC",
"snyk": true
}