-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 979 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
{
"name": "rolli",
"version": "1.0.0",
"description": "This is a multi group chat app built in firebase & Vue.js",
"main": "index.js",
"scripts": {
"build:prod": "webpack -p && cp app/index.html app/main.css app/rolli.jpg dist",
"build:dev": "webpack -d && cp app/index.html app/main.css dist && webpack-dev-server --content-base app/ --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreGarvin/rolli.git"
},
"author": "andreGarvin",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreGarvin/rolli/issues"
},
"homepage": "https://github.com/andreGarvin/rolli#readme",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"style-loader": "^0.18.1",
"webpack": "^2.6.1"
},
"dependencies": {
"axios": "^0.16.1",
"firebase": "^4.1.1"
}
}