aboutsummaryrefslogtreecommitdiff
path: root/juick-www/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
committerGravatar Vitaly Takmazov2018-08-24 14:48:50 +0300
commit93c8d1a052753584a4f55118f6753a952a3089a9 (patch)
treeab39253d68a4fa33a428058a309dfaf71c3266b9 /juick-www/package.json
parent4fab4e8df0defce8338b48eda0349a15724d1d4e (diff)
drop www files
Diffstat (limited to 'juick-www/package.json')
-rw-r--r--juick-www/package.json44
1 files changed, 0 insertions, 44 deletions
diff --git a/juick-www/package.json b/juick-www/package.json
deleted file mode 100644
index 5970ab35..00000000
--- a/juick-www/package.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "juick",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "compile": "webpack --progress -p"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/juick/juick.git"
- },
- "license": "AGPLv3",
- "devDependencies": {
- "babel-core": "^6.26.3",
- "babel-loader": "^7.1.4",
- "babel-preset-env": "^1.7.0",
- "css-loader": "^0.28.11",
- "eslint": "^4.19.1",
- "eslint-loader": "^2.0.0",
- "eslint-plugin-only-ascii": "0.0.0",
- "file-loader": "^1.1.11",
- "globby": "^8.0.1",
- "mini-css-extract-plugin": "^0.4.0",
- "postcss-loader": "^2.1.5",
- "script-loader": "^0.7.2",
- "style-loader": "^0.21.0",
- "stylelint": "^9.3.0",
- "stylelint-config-standard": "^18.2.0",
- "stylelint-webpack-plugin": "^0.10.5",
- "uglify-loader": "^2.0.0",
- "url-loader": "^1.0.1",
- "webpack": "^4.12.0",
- "webpack-command": "^0.2.1"
- },
- "dependencies": {
- "awesomplete": "^1.1.2",
- "classlist.js": "^1.1.20150312",
- "element-closest": "^2.0.2",
- "evil-icons": "^1.10.1",
- "url-search-params-polyfill": "^4.0.0",
- "whatwg-fetch": "^2.0.4"
- }
-}