create symlink for node_modules in generateJson and buildRadar scripts
This commit is contained in:
28
package.json
28
package.json
@@ -24,7 +24,18 @@
|
||||
"lint": "yarn ts:check"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/marked": "^2.0.3",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/walk": "^2.3.0",
|
||||
"classnames": "^2.3.1",
|
||||
"front-matter": "^4.0.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"highlight.js": "^11.0.0",
|
||||
"marked": "^2.0.7",
|
||||
"moment": "^2.29.1",
|
||||
"query-string": "^7.0.0",
|
||||
"react": "^17.0.2",
|
||||
@@ -32,28 +43,17 @@
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "4.0.3",
|
||||
"sass": "^1.34.0",
|
||||
"typescript": "^4.1.2"
|
||||
"typescript": "^4.1.2",
|
||||
"walk": "^2.3.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/fs-extra": "^9.0.11",
|
||||
"@types/jest": "^26.0.15",
|
||||
"@types/marked": "^2.0.3",
|
||||
"@types/node": "^12.0.0",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-dom": "^17.0.0",
|
||||
"@types/react-router-dom": "^5.1.7",
|
||||
"@types/walk": "^2.3.0",
|
||||
"front-matter": "^4.0.2",
|
||||
"fs-extra": "^10.0.0",
|
||||
"highlight.js": "^11.0.0",
|
||||
"husky": "^6.0.0",
|
||||
"lint-staged": "^11.0.0",
|
||||
"marked": "^2.0.7",
|
||||
"prettier": "^2.3.0",
|
||||
"walk": "^2.3.14"
|
||||
"prettier": "^2.3.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
|
||||
Reference in New Issue
Block a user