-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.4 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
{
"name": "asri",
"version": "3.7.10",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/mustakshif/Asri.git"
},
"homepage": "https://github.com/mustakshif/Asri",
"keywords": [
"Asri"
],
"description": "An ultra-modern theme that delivers an elegant, efficient, and personalized note-taking experience through its clean, intuitive design.",
"scripts": {
"build": "webpack --mode production && sass ./theme.scss:./theme.css --no-source-map --style compressed && postcss ./theme.css -o ./theme.css",
"dev": "concurrently \"webpack --watch --mode development\" \"sass --watch ./theme.scss:./theme.css --no-source-map --no-error-css\"",
"release": "node scripts/release.js",
"undo-release": "node scripts/undo-release.js",
"lint": "stylelint \"**/*.scss\""
},
"author": "mustakshif",
"license": "MIT",
"devDependencies": {
"@types/cssom": "^0.4.3",
"@types/eslint": "^8.56.10",
"@types/web": "^0.0.188",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.2",
"fast-average-color": "^9.5.0",
"html-loader": "^5.0.0",
"postcss-cli": "^11.0.0",
"sass": "^1.97.0",
"siyuan": "^1.0.2",
"stylelint": "^16.26.1",
"stylelint-config-standard-scss": "^16.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4"
}
}