2021-06-21 04:59:24 +00:00
|
|
|
{
|
|
|
|
"name": "code.reinaldyrafli.com",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Website for code.reinaldyrafli.com",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-07-05 18:40:33 +00:00
|
|
|
"dev": "vite",
|
|
|
|
"generate": "vite build",
|
2021-10-17 18:41:15 +00:00
|
|
|
"lint": "eslint --fix --ext .ts,.tsx,.js,.jsx --ignore-path .gitignore .",
|
2021-06-21 05:09:01 +00:00
|
|
|
"postinstall": "husky install"
|
2021-06-21 04:59:24 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/aldy505/code.git"
|
|
|
|
},
|
|
|
|
"author": "Reinaldy Rafli <aldy505@tutanota.com>",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/aldy505/code/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/aldy505/code#readme",
|
2021-07-12 08:23:02 +00:00
|
|
|
"dependencies": {
|
2021-10-17 18:27:44 +00:00
|
|
|
"@fontsource/ibm-plex-mono": "^4.5.1",
|
2021-07-23 18:33:16 +00:00
|
|
|
"@fontsource/poppins": "^4.5.0",
|
2021-07-12 08:23:02 +00:00
|
|
|
"animejs": "^3.2.1",
|
2021-10-17 18:27:44 +00:00
|
|
|
"marked": "^3.0.7",
|
|
|
|
"solid-app-router": "^0.1.9",
|
|
|
|
"solid-js": "^1.1.6",
|
|
|
|
"solid-meta": "^0.27.2",
|
|
|
|
"solid-styled-jsx": "^0.27.1"
|
2021-07-12 08:23:02 +00:00
|
|
|
},
|
2021-06-21 04:59:24 +00:00
|
|
|
"devDependencies": {
|
2021-10-17 18:27:44 +00:00
|
|
|
"@commitlint/cli": "^13.2.1",
|
|
|
|
"@commitlint/config-conventional": "^13.2.0",
|
|
|
|
"@types/marked": "^3.0.1",
|
2021-10-17 18:41:15 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
|
|
"@typescript-eslint/parser": "^5.0.0",
|
2021-10-17 18:27:44 +00:00
|
|
|
"@windicss/plugin-scrollbar": "^1.2.3",
|
2021-07-31 17:53:01 +00:00
|
|
|
"eslint": "^7.32.0",
|
2021-10-17 18:27:44 +00:00
|
|
|
"eslint-config-xo-space": "^0.30.0",
|
|
|
|
"eslint-plugin-solid": "^0.1.2",
|
|
|
|
"husky": "^7.0.2",
|
|
|
|
"sass": "^1.43.2",
|
|
|
|
"typescript": "^4.4.4",
|
|
|
|
"vite": "^2.6.7",
|
|
|
|
"vite-plugin-solid": "^2.1.1",
|
|
|
|
"vite-plugin-windicss": "^1.4.11",
|
|
|
|
"windicss": "^3.1.9"
|
2021-06-21 04:59:24 +00:00
|
|
|
}
|
|
|
|
}
|