-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 KB
/
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
36
37
38
39
40
41
{
"name": "azerel.la",
"version": "1.0.0",
"private": true,
"description": "My personal site",
"scripts": {
"build": "rollup -c rollup.config.ts",
"build:prod": "NODE_ENV=production rollup -c rollup.config.ts",
"dev": "rollup -c rollup.config.ts -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azerella/azerel.la.git"
},
"keywords": [
"website",
"static-site"
],
"author": "Adam A. Zerella <[email protected]> (https://azerel.la)",
"bugs": {
"url": "https://github.com/azerella/azerel.la/issues"
},
"homepage": "https://github.com/azerella/azerel.la#readme",
"devDependencies": {
"@types/node": "^16.7.12",
"autoprefixer": "^10.3.4",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-generate-html-template": "^1.7.0",
"rollup-plugin-postcss": "^4.0.1",
"sass": "^1.39.0",
"typescript": "^4.4.2"
},
"browserslist": [
"last 2 versions",
"> 1%",
"IE 11"
]
}