-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
53
54
55
56
57
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"srv": "webpack-dev-server",
"dev": "webpack --mode development",
"build": "rm -rf dist; webpack --mode production",
"sbuild": "git pull; npm i; npm run build"
},
"keywords": [
"SpartaHack",
"MLH",
"Hackathon",
"2020",
"MSU",
"CSE",
"internships"
],
"author": "Jarek Troyer",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.8.6",
"@fortawesome/fontawesome-free": "^5.12.1",
"auth0-js": "^9.12.2",
"axios": "^0.19.2",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"file-loader": "^4.3.0",
"fs": "0.0.1-security",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"less": "^3.11.1",
"mini-css-extract-plugin": "^0.7.0",
"net": "^1.0.2",
"node-sass": "^4.13.1",
"request": "^2.88.2",
"sass-loader": "^7.1.0",
"style-loader": "^1.1.3",
"tls": "0.0.1",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-md5-hash": "0.0.6",
"webpack-node-externals": "^1.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"cities.json": "^1.1.5",
"simple-crypto-js": "^2.2.0"
}
}