forked from sebsauvage/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 296
/
package.json
42 lines (42 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "shaarli",
"description": "Shaarli frontend",
"author": "The Shaarli Community",
"license": "SEE LICENSE IN COPYING",
"dependencies": {
"awesomplete": "^1.1.5",
"blazy": "^1.8.2",
"fork-awesome": "^1.2.0",
"he": "^1.2.0",
"pure-extras": "^1.0.0",
"purecss": "^3.0.0"
},
"devDependencies": {
"@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",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"string-width": "4.2.3"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}