moving from hexo theme to my own react design
This commit is contained in:
parent
7ff3176072
commit
379c1c60d9
96 changed files with 1990 additions and 50291 deletions
82
source/package.json
Normal file
82
source/package.json
Normal file
|
@ -0,0 +1,82 @@
|
|||
{
|
||||
"name": "developomp-site",
|
||||
"version": "1.0.0",
|
||||
"description": "website source for https://developomp.com",
|
||||
"author": "developomp <developomp@gmail.com>",
|
||||
"homepage": ".",
|
||||
"repository": "https://github.com/developomp/developomp-site.git",
|
||||
"bugs": {
|
||||
"url": "https://github.com/developomp/developomp-site/issues"
|
||||
},
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"generate": "ts-node -O '{\"module\":\"commonjs\"}' ./generate.ts",
|
||||
"start": "yarn generate && react-scripts start",
|
||||
"build": "yarn generate && react-scripts build",
|
||||
"test": "yarn generate && react-scripts test",
|
||||
"pretty": "yarn generate && prettier --write ./source"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@testing-library/jest-dom": "^5.12.0",
|
||||
"@testing-library/react": "^11.2.6",
|
||||
"@testing-library/user-event": "^13.1.8",
|
||||
"@types/jest": "^26.0.23",
|
||||
"@types/react": "^17.0.5",
|
||||
"@types/react-dom": "^17.0.4",
|
||||
"dompurify": "^2.2.8",
|
||||
"gray-matter": "^4.0.3",
|
||||
"local-storage-fallback": "^4.1.2",
|
||||
"markdown-toc": "^1.2.0",
|
||||
"marked": "^2.0.3",
|
||||
"react": "^17.0.2",
|
||||
"react-burger-menu": "^3.0.6",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^4.0.3",
|
||||
"react-spinners": "^0.10.6",
|
||||
"react-tooltip": "^4.2.19",
|
||||
"styled-components": "^5.3.0",
|
||||
"styled-theming": "^2.2.0",
|
||||
"web-vitals": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.0.2",
|
||||
"@types/styled-components": "^5.1.9",
|
||||
"@types/styled-theming": "^2.2.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.23.0",
|
||||
"@typescript-eslint/parser": "^4.23.0",
|
||||
"eslint": "^7.26.0",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-plugin-json": "^3.0.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"prettier": "^2.3.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"tslint-config-prettier": "^1.18.0",
|
||||
"typescript": "^4.2.4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"react-app",
|
||||
"react-app/jest"
|
||||
]
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
"not op_mini all"
|
||||
],
|
||||
"development": [
|
||||
"last 1 chrome version",
|
||||
"last 1 firefox version",
|
||||
"last 1 safari version"
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue