-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.21 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
{
"name": "shs-hacks",
"version": "1.0.0",
"description": "The website for shsHacks, a high school hackathon held at Adlai E. Stevenson High School in Lincolnshire, IL",
"main": "src/main.js",
"scripts": {
"dev": "del-cli dist && webpack-dev-server --open",
"build": "del-cli dist && webpack --progress --hide-modules --mode=production"
},
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.0.1",
"del-cli": "^1.1.0",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.13.1",
"sass-loader": "^7.1.0",
"vue-loader": "^15.5.0",
"vue-template-compiler": "^2.5.21",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-brands-svg-icons": "^5.6.3",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/vue-fontawesome": "^0.1.4",
"smoothscroll-polyfill": "^0.4.3",
"vue": "^2.5.21",
"vue-analytics": "^5.16.2",
"vue2-hammer": "^2.1.2"
}
}