diff options
author | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:19:53 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2018-07-28 11:19:53 +0200 |
commit | 7982c3ff183aa985177bdaeacda4feb22a739e00 (patch) | |
tree | 728e07251072f3a1df63c017c0dce54fa1acb390 /package.json | |
parent | 2075321f6569dfa610905991b315aae1956b7f78 (diff) | |
parent | ed7e1be12d65bdb1b924c7efb6a84fd591192c6c (diff) | |
download | Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.tar.gz Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.tar.zst Shaarli-7982c3ff183aa985177bdaeacda4feb22a739e00.zip |
Merge tag 'v0.10.0' into latest
Release v0.10.0
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 00000000..3dd1e0fc --- /dev/null +++ b/package.json | |||
@@ -0,0 +1,35 @@ | |||
1 | { | ||
2 | "name": "shaarli", | ||
3 | "description": "Shaarli frontend", | ||
4 | "author": "The Shaarli Community", | ||
5 | "license": "SEE LICENSE IN COPYING", | ||
6 | "dependencies": { | ||
7 | "awesomplete": "^1.1.2", | ||
8 | "blazy": "^1.8.2", | ||
9 | "font-awesome": "^4.7.0", | ||
10 | "pure-extras": "^1.0.0", | ||
11 | "purecss": "^1.0.0" | ||
12 | }, | ||
13 | "devDependencies": { | ||
14 | "babel-core": "^6.26.0", | ||
15 | "babel-loader": "^7.1.2", | ||
16 | "babel-minify-webpack-plugin": "^0.2.0", | ||
17 | "babel-preset-env": "^1.6.1", | ||
18 | "css-loader": "^0.28.9", | ||
19 | "eslint": "^4.16.0", | ||
20 | "eslint-config-airbnb-base": "^12.1.0", | ||
21 | "eslint-plugin-import": "^2.8.0", | ||
22 | "extract-text-webpack-plugin": "^3.0.2", | ||
23 | "file-loader": "^1.1.6", | ||
24 | "node-sass": "^4.7.2", | ||
25 | "sass-lint": "^1.12.1", | ||
26 | "sass-loader": "^6.0.6", | ||
27 | "style-loader": "^0.19.1", | ||
28 | "url-loader": "^0.6.2", | ||
29 | "webpack": "^3.10.0" | ||
30 | }, | ||
31 | "scripts": { | ||
32 | "build": "webpack", | ||
33 | "watch": "webpack --watch" | ||
34 | } | ||
35 | } | ||