mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
🚀 release: v3.0.0
This commit is contained in:
38
nx.json
Normal file
38
nx.json
Normal file
@ -0,0 +1,38 @@
|
||||
{
|
||||
"npmScope": "reactive-resume",
|
||||
"affected": {
|
||||
"defaultBase": "main"
|
||||
},
|
||||
"cli": {
|
||||
"defaultCollection": "@nrwl/next"
|
||||
},
|
||||
"implicitDependencies": {
|
||||
"package.json": {
|
||||
"dependencies": "*",
|
||||
"devDependencies": "*"
|
||||
},
|
||||
".eslintrc.json": "*"
|
||||
},
|
||||
"targetDependencies": {
|
||||
"build": [
|
||||
{
|
||||
"target": "build",
|
||||
"projects": "dependencies"
|
||||
}
|
||||
]
|
||||
},
|
||||
"generators": {
|
||||
"@nrwl/react": {
|
||||
"application": {
|
||||
"babel": true
|
||||
}
|
||||
},
|
||||
"@nrwl/next": {
|
||||
"application": {
|
||||
"style": "scss",
|
||||
"linter": "eslint"
|
||||
}
|
||||
}
|
||||
},
|
||||
"defaultProject": "client"
|
||||
}
|
||||
Reference in New Issue
Block a user