mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-02-22 02:09:24 +00:00
update deps
This commit is contained in:
parent
e5eb1a9b17
commit
328d7541c6
10
package.json
10
package.json
@ -8,17 +8,17 @@
|
||||
"dependencies": {
|
||||
"animejs": "3.x",
|
||||
"next": "9.x",
|
||||
"react": "16.12.x",
|
||||
"react-dom": "16.12.x"
|
||||
"react": "16.13.x",
|
||||
"react-dom": "16.13.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/animejs": "3.x",
|
||||
"@types/node": "^13.1.4",
|
||||
"@types/node": "14.x.x",
|
||||
"@types/react": "16.9.x",
|
||||
"@types/react-dom": "16.9.x",
|
||||
"@zeit/next-css": "^1.0.1",
|
||||
"@zeit/next-stylus": "^1.0.1",
|
||||
"stylus": "^0.54.7",
|
||||
"typescript": "3.7.x"
|
||||
"stylus": "0.54.x",
|
||||
"typescript": "3.9.x"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,7 @@
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"jsx": "preserve",
|
||||
"rootDir": "./src",
|
||||
"rootDir": ".",
|
||||
"removeComments": true,
|
||||
"strict": true,
|
||||
"noImplicitAny": true,
|
||||
@ -15,11 +15,7 @@
|
||||
"alwaysStrict": true,
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"lib": ["dom", "dom.iterable", "esnext"],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
@ -27,12 +23,6 @@
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx"
|
||||
]
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user