-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.23 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
{
"name": "lcoweather",
"description": "LCO Weather Page",
"version": "1.0.0",
"author": "Austin Riba <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"dependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"bulma": "^0.7.5",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"moment": "^2.29.1",
"node-sass": "^4.14.1",
"serve-static": "^1.14.1",
"suncalc": "^1.8.0",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vuex": "^3.6.2",
"weathericons": "^2.1.0",
"webpack-cli": "^3.3.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"babel-loader": "^8.2.2",
"cross-env": "^5.2.1",
"css-loader": "^2.1.1",
"eslint": "^4.19.0",
"eslint-plugin-html": "^4.0.6",
"file-loader": "^3.0.1",
"hawk": "^7.1.2",
"request": "^2.88.2",
"sass-loader": "^7.3.1",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2"
}
}