generated from siyuan-note/theme-sample
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1003 Bytes
/
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
{
"name": "asri",
"version": "3.1.0",
"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": {
"test": "echo \"Error: no test specified\" && exit 1",
"cmpl": "tsc ./src/main.ts",
"build": "webpack --mode production",
"dev": "webpack --watch --mode development",
"wphelp": "webpack --help"
},
"author": "mustakshif",
"license": "MIT",
"devDependencies": {
"@types/cssom": "^0.4.3",
"@types/eslint": "^8.56.10",
"@types/web": "^0.0.188",
"html-loader": "^5.0.0",
"siyuan": "^1.0.2",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
}