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-06-21 05:09:01 +00:00
|
|
|
"lint": "eslint --fix --ext .vue,.js --ignore-path .gitignore .",
|
|
|
|
"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": {
|
|
|
|
"animejs": "^3.2.1",
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"solid-app-router": "^0.0.50",
|
|
|
|
"solid-js": "^1.0.1",
|
|
|
|
"solid-meta": "^0.27.0"
|
|
|
|
},
|
2021-06-21 04:59:24 +00:00
|
|
|
"devDependencies": {
|
2021-06-21 05:09:01 +00:00
|
|
|
"@commitlint/cli": "^12.1.4",
|
|
|
|
"@commitlint/config-conventional": "^12.1.4",
|
2021-07-12 08:23:02 +00:00
|
|
|
"eslint": "^7.30.0",
|
2021-06-21 04:59:24 +00:00
|
|
|
"eslint-config-xo-space": "^0.28.0",
|
2021-07-12 08:23:02 +00:00
|
|
|
"husky": "^7.0.1",
|
|
|
|
"vite": "^2.4.1",
|
2021-07-05 18:32:33 +00:00
|
|
|
"vite-plugin-solid": "^2.0.0",
|
2021-07-12 08:23:02 +00:00
|
|
|
"vite-plugin-windicss": "^1.2.4",
|
2021-07-05 18:32:33 +00:00
|
|
|
"windicss": "^3.1.4"
|
2021-06-21 04:59:24 +00:00
|
|
|
}
|
|
|
|
}
|