mirror of
https://github.com/Aviortheking/next-template.git
synced 2025-04-22 10:42:10 +00:00
Updated deps
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
194bb9546a
commit
f5c92b52c2
16
package.json
16
package.json
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@dzeio/markblog",
|
"name": "@avior/next-template",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -16,9 +16,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@zeit/next-stylus": "^1.0.1",
|
"@zeit/next-stylus": "^1.0.1",
|
||||||
"glob": "^7.1.6",
|
"glob": "^7.1.6",
|
||||||
"next": "^9.1.7",
|
"next": "^9.3.3",
|
||||||
"next-compose-plugins": "^2.2.0",
|
"next-compose-plugins": "^2.2.0",
|
||||||
"next-purgecss": "^3.1.2",
|
"next-purgecss": "^4.0.0",
|
||||||
"react": "^16.12.0",
|
"react": "^16.12.0",
|
||||||
"react-dom": "^16.12.0",
|
"react-dom": "^16.12.0",
|
||||||
"serve": "^11.3.0",
|
"serve": "^11.3.0",
|
||||||
@ -29,11 +29,19 @@
|
|||||||
"webpack-cli": "^3.3.10"
|
"webpack-cli": "^3.3.10"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@babel/core": "^7.8.7",
|
||||||
|
"@babel/preset-env": "^7.8.6",
|
||||||
|
"@babel/preset-react": "^7.8.3",
|
||||||
|
"@types/jest": "^25.1.3",
|
||||||
"@types/node": "^13.1.4",
|
"@types/node": "^13.1.4",
|
||||||
"@types/react": "^16.9.17",
|
"@types/react": "^16.9.17",
|
||||||
|
"@types/react-test-renderer": "^16.9.2",
|
||||||
"@typescript-eslint/eslint-plugin": "^2.19.0",
|
"@typescript-eslint/eslint-plugin": "^2.19.0",
|
||||||
"@typescript-eslint/parser": "^2.19.0",
|
"@typescript-eslint/parser": "^2.19.0",
|
||||||
|
"babel-jest": "^25.1.0",
|
||||||
"eslint": "^6.8.0",
|
"eslint": "^6.8.0",
|
||||||
"eslint-plugin-react": "^7.18.3"
|
"eslint-plugin-react": "^7.18.3",
|
||||||
|
"jest": "^25.1.0",
|
||||||
|
"react-test-renderer": "^16.13.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user