diff options
author | ngharo <nick@ngha.ro> | 2018-01-03 19:47:41 -0600 |
---|---|---|
committer | ngharo <nick@ngha.ro> | 2018-01-03 19:47:41 -0600 |
commit | 1f4160511f4853de614355f45b94152fbd19e29e (patch) | |
tree | 77e144270ae0ecf8cebe8857246bb75ae6092013 /www/package.json | |
parent | f920c7da0618fd9f4181c2c78ef054e324185355 (diff) | |
download | imOk-www-master.tar.xz imOk-www-master.zip |
Diffstat (limited to 'www/package.json')
-rw-r--r-- | www/package.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/www/package.json b/www/package.json index 14a60bd..83a9dd9 100644 --- a/www/package.json +++ b/www/package.json @@ -3,10 +3,20 @@ "version": "1.0.0", "description": "", "main": "index.js", - "dependencies": {}, + "dependencies": { + "uuid": "^3.1.0", + "vue": "^2.5.13" + }, "devDependencies": { "babel-cli": "^6.26.0", - "babel-preset-env": "^1.6.1" + "babel-preset-env": "^1.6.1", + "browserify": "^14.5.0", + "eslint-config-standard": "^11.0.0-beta.0", + "eslint-plugin-import": "^2.8.0", + "eslint-plugin-node": "^5.2.1", + "eslint-plugin-promise": "^3.6.0", + "eslint-plugin-standard": "^3.0.1", + "uglify-js": "^3.3.4" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" |