-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 884 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 884 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
{
"name": "personal_site",
"version": "1.0.0",
"description": "jekyll blog site",
"main": "index.js",
"scripts": {
"test": "npm run lint",
"build": "esbuild assets/js/main.js --bundle --outfile=assets/js/build/bundle.js --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elasticspoon/personal_site.git"
},
"author": "Yuri Bocharov",
"license": "MIT",
"bugs": {
"url": "https://github.com/elasticspoon/personal_site/issues"
},
"homepage": "https://github.com/elasticspoon/personal_site#readme",
"dependencies": {
"@elasticspoon/codapi": "^0.0.6",
"autoprefixer": "^10.4.20",
"codejar": "^4.2.0",
"cssnano": "^7.0.6",
"esbuild": "^0.25.5",
"highlight.js": "^11.11.1",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-preset-env": "^10.1.3",
"uncss": "^0.17.3"
}
}