03b483aa45
Also move ESLint and SASSLint config files to a dedicated .dev folder
35 lines
916 B
JSON
35 lines
916 B
JSON
{
|
|
"name": "shaarli",
|
|
"description": "Shaarli frontend",
|
|
"author": "The Shaarli Community",
|
|
"license": "SEE LICENSE IN COPYING",
|
|
"dependencies": {
|
|
"awesomplete": "^1.1.2",
|
|
"blazy": "^1.8.2",
|
|
"font-awesome": "^4.7.0",
|
|
"pure-extras": "^1.0.0",
|
|
"purecss": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-minify-webpack-plugin": "^0.2.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"css-loader": "^0.28.9",
|
|
"eslint": "^4.16.0",
|
|
"eslint-config-airbnb-base": "^12.1.0",
|
|
"eslint-plugin-import": "^2.8.0",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.6",
|
|
"node-sass": "^4.7.2",
|
|
"sass-lint": "^1.12.1",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.19.1",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"watch": "webpack --watch"
|
|
}
|
|
}
|