-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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": "emu-printcenter",
"version": "1.0.0",
"description": "Chrome extension for the EMU Print Center",
"author": "Nathan Johnson",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-prod": "NODE_ENV=production webpack",
"build": "NODE_ENV=development webpack",
"watch": "NODE_ENV=development webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathan815/emuprintcenter.git"
},
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"crx-webpack-plugin": "^0.1.5",
"css-loader": "^0.28.11",
"vue-loader": "^14.2.2",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.10.0",
"webpack-notifier": "^1.5.1",
"webpack-zip-plugin": "^0.1.6"
},
"dependencies": {
"firebase": "^4.12.1",
"vue": "^2.5.16",
"vue-select": "^2.4.0",
"vuefire": "^1.4.5"
}
}