-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.67 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
{
"name": "calcetto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode=development --config ./webpack.config.js --progress --inline --hot --host 0.0.0.0 --compress",
"build": "parallel-webpack --mode=production --config ./webpack.config.js --progress --bail --compress -- --env.publicPath=https://www.friendlysoccerleague.com/"
},
"author": "",
"license": "ISC",
"dependencies": {
"material-design-icons": "^3.0.1",
"md5": "^2.2.1",
"randomcolor": "^0.5.3",
"reset-css": "^4.0.1",
"vue": "^2.5.17",
"vue-material": "^1.0.0-beta-10.2",
"vue-router": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"clean-webpack-plugin": "^1.0.0",
"css-loader": "^1.0.1",
"cssnano": "^4.1.7",
"eslint": "^5.9.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^4.7.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.10.0",
"parallel-webpack": "^2.3.0",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sugarss": "^2.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.5.17",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}