Create Blog “2020-03-23-custom-redox-keyboard-assembly”
Update Blog “2020-03-23-custom-redox-keyboard-assembly” Edit post and enhance images
This commit is contained in:
33
package.json
33
package.json
@ -14,29 +14,30 @@
|
||||
"dependencies": {
|
||||
"classnames": "^2.2.6",
|
||||
"compression": "^1.7.4",
|
||||
"date-fns": "^2.8.1",
|
||||
"front-matter": "^3.0.2",
|
||||
"marked": "^0.8.0",
|
||||
"date-fns": "^2.11.1",
|
||||
"front-matter": "^3.1.0",
|
||||
"marked": "^0.8.2",
|
||||
"polka": "^0.5.2",
|
||||
"ramda": "^0.26.1",
|
||||
"ramda": "^0.27.0",
|
||||
"rollup-plugin-svg": "^2.0.0",
|
||||
"sirv": "^0.4.2"
|
||||
"sirv": "^0.4.2",
|
||||
"svelte-image": "^0.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"npm-run-all": "^4.1.5",
|
||||
"sapper": "^0.27.9",
|
||||
"svelte": "^3.16.7",
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
||||
"@babel/plugin-transform-runtime": "^7.7.6",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"rollup": "^1.27.14",
|
||||
"rollup-plugin-babel": "^4.3.3",
|
||||
"sapper": "^0.27.12",
|
||||
"svelte": "^3.20.1",
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
||||
"@babel/plugin-transform-runtime": "^7.9.0",
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@babel/runtime": "^7.9.2",
|
||||
"rollup": "^2.3.2",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-svelte": "^5.1.1",
|
||||
"rollup-plugin-terser": "^5.1.3"
|
||||
"rollup-plugin-svelte": "^5.2.1",
|
||||
"rollup-plugin-terser": "^5.3.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user