2021-03-28 21:12:55 -04:00
|
|
|
{
|
|
|
|
"repository": {},
|
|
|
|
"description": " ",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
2021-03-29 11:27:44 -04:00
|
|
|
"deploy": "NODE_ENV=production webpack --mode production",
|
2021-03-28 21:12:55 -04:00
|
|
|
"watch": "webpack --mode development --watch"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-04-09 10:12:53 -04:00
|
|
|
"@fontsource/jetbrains-mono": "^4.2.2",
|
2021-04-05 16:51:59 -04:00
|
|
|
"@fontsource/open-sans": "^4.2.2",
|
2021-03-29 11:27:44 -04:00
|
|
|
"@fontsource/righteous": "^4.x",
|
2021-03-31 14:06:59 -04:00
|
|
|
"@mdi/svg": "^5.x",
|
|
|
|
"@popperjs/core": "^2.x",
|
2021-04-05 16:51:59 -04:00
|
|
|
"babel-plugin-prismjs": "^2.0.1",
|
2021-03-29 11:27:44 -04:00
|
|
|
"bootstrap": "^5.0.0-beta3",
|
2021-03-31 14:06:59 -04:00
|
|
|
"bootstrap-icons": "^1.x",
|
|
|
|
"hamburgers": "^1.x",
|
2021-03-28 21:12:55 -04:00
|
|
|
"phoenix": "file:../deps/phoenix",
|
|
|
|
"phoenix_html": "file:../deps/phoenix_html",
|
|
|
|
"phoenix_live_view": "file:../deps/phoenix_live_view",
|
2021-04-05 16:51:59 -04:00
|
|
|
"prismjs": "^1.23.0",
|
2021-03-31 14:06:59 -04:00
|
|
|
"topbar": "^1.x"
|
2021-03-28 21:12:55 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-03-29 11:27:44 -04:00
|
|
|
"@babel/core": "^7.x",
|
|
|
|
"@babel/preset-env": "^7.x",
|
2021-03-31 14:06:59 -04:00
|
|
|
"autoprefixer": "^10.x",
|
2021-03-29 11:27:44 -04:00
|
|
|
"babel-loader": "^8.x",
|
|
|
|
"copy-webpack-plugin": "^8.x",
|
|
|
|
"css-loader": "^5.x",
|
|
|
|
"css-minimizer-webpack-plugin": "^1.x",
|
|
|
|
"file-loader": "^6.2.0",
|
|
|
|
"glob-all": "^3.2.1",
|
|
|
|
"mini-css-extract-plugin": "^1.x",
|
|
|
|
"postcss": "^8.2.6",
|
|
|
|
"postcss-loader": "^5.0.0",
|
|
|
|
"postcss-scss": "^3.0.4",
|
|
|
|
"purgecss-webpack-plugin": "^4.0.2",
|
|
|
|
"sass": "^1.x",
|
|
|
|
"sass-loader": "^11.x",
|
|
|
|
"svg-sprite-loader": "^6.x",
|
|
|
|
"webpack": "^5.x",
|
|
|
|
"webpack-cli": "^4.x"
|
2021-03-31 14:06:59 -04:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"defaults",
|
|
|
|
"not dead",
|
|
|
|
"last 3 versions",
|
|
|
|
"not ie <= 11"
|
|
|
|
]
|
2021-03-28 21:12:55 -04:00
|
|
|
}
|