-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 982 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 982 Bytes
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
{
"name": "zepp.github.io",
"version": "1.0.0",
"description": "My articles and notes",
"main": "src/org-helper.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"build": "webpack --mode=production",
"build-debug": "webpack --mode=development --watch",
"serve": "webpack serve --mode=development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zepp/zepp.github.io.git"
},
"author": "Pavel Sokolov",
"license": "CC0-1.0",
"devDependencies": {
"css-loader": "^6.10.0",
"mini-css-extract-plugin": "^2.9.1",
"sass": "^1.77.8",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.1",
"style-loader": "^3.3.4",
"ts-loader": "^9.5.1",
"typescript": "^5.4.4",
"typescript-language-server": "^4.3.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.0"
},
"dependencies": {
"highlight.js": "^11.9.0"
}
}