MyShaarli/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "shaarli",
"description": "Shaarli frontend",
"author": "The Shaarli Community",
"license": "SEE LICENSE IN COPYING",
"dependencies": {
2024-12-10 16:31:21 +01:00
"awesomplete": "^1.1.5",
"blazy": "^1.8.2",
2024-12-10 16:31:21 +01:00
"fork-awesome": "^1.2.0",
2023-05-24 11:35:15 +02:00
"he": "^1.2.0",
"pure-extras": "^1.0.0",
2024-12-10 16:31:21 +01:00
"purecss": "^3.0.0"
},
"devDependencies": {
2024-12-10 16:31:21 +01:00
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"file-loader": "^6.2.0",
"glob": "^10.3.15",
"micromatch": "^4.0.8",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.2",
"sass-loader": "^14.2.1",
"stylelint": "^16.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
2024-06-21 12:01:57 +02:00
"webpack-cli": "^5.1.4"
},
2024-12-10 16:31:21 +01:00
"resolutions": {
"string-width": "4.2.3"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}