aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json35
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}