forked from sebsauvage/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 306
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.32 KB
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
43
44
45
46
47
48
49
50
{
"name": "shaarli",
"packageManager": "yarn@4.1.0",
"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.26.10",
"@babel/preset-env": "^7.26.9",
"@eslint/js": "^9.39.4",
"babel-loader": "^10.0.0",
"css-loader": "^7.1.1",
"eslint": "^9.39.4",
"eslint-plugin-import": "^2.29.1",
"file-loader": "^6.2.0",
"glob": "^10.5.0",
"globals": "^17.5.0",
"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": "^38.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"terser-webpack-plugin": "^5.4.0",
"webpack": "^5.104.1",
"webpack-cli": "^5.1.4"
},
"resolutions": {
"string-width": "4.2.3",
"minimatch": "^3.1.4",
"minimatch@npm:^9.0.0": "^9.0.7",
"ajv-keywords": "^5.1.0",
"brace-expansion": "^1.1.13",
"brace-expansion@npm:^2.0.0": "^2.0.3",
"terser-webpack-plugin": "^5.4.0"
},
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
}
}