|
@@ -15,6 +15,7 @@
|
|
"@types/compression": "0.0.36",
|
|
"@types/compression": "0.0.36",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/dotenv": "^6.1.1",
|
|
"@types/express": "^4.17.0",
|
|
"@types/express": "^4.17.0",
|
|
|
|
+ "bulma": "^0.7.5",
|
|
"compression": "^1.7.1",
|
|
"compression": "^1.7.1",
|
|
"dotenv": "^8.0.0",
|
|
"dotenv": "^8.0.0",
|
|
"express": "^4.17.1",
|
|
"express": "^4.17.1",
|
|
@@ -29,7 +30,9 @@
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/plugin-transform-runtime": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/runtime": "^7.0.0",
|
|
"@babel/runtime": "^7.0.0",
|
|
|
|
+ "node-sass": "^4.12.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"npm-run-all": "^4.1.5",
|
|
|
|
+ "postcss": "^7.0.17",
|
|
"rollup": "^1.12.0",
|
|
"rollup": "^1.12.0",
|
|
"rollup-plugin-babel": "^4.0.2",
|
|
"rollup-plugin-babel": "^4.0.2",
|
|
"rollup-plugin-commonjs": "^10.0.0",
|
|
"rollup-plugin-commonjs": "^10.0.0",
|
|
@@ -40,6 +43,8 @@
|
|
"rollup-plugin-typescript2": "^0.22.0",
|
|
"rollup-plugin-typescript2": "^0.22.0",
|
|
"sapper": "^0.27.0",
|
|
"sapper": "^0.27.0",
|
|
"svelte": "^3.0.0",
|
|
"svelte": "^3.0.0",
|
|
|
|
+ "svelte-preprocess": "^2.15.1",
|
|
|
|
+ "svelte-preprocess-sass": "^0.2.0",
|
|
"typescript": "^3.5.3"
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|
|
}
|
|
}
|