-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1016 Bytes
/
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
{
"name": "marvel-calculator",
"version": "3.0.0",
"description": "",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"deploy": "firebase deploy --only hosting:marvel-calculator"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Made-of-Clay/marvel-calculator.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"vue": "^2.5.16",
"vue-circle-slider": "^1.0.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"eslint-plugin-vue": "^4.5.0",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.4.1",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.1"
}
}