ash_admin/assets/package.json

38 lines
1 KiB
JSON
Raw Normal View History

2020-12-04 16:19:28 +13:00
{
"repository": {},
2020-12-08 19:22:24 +13:00
"description": " ",
"license": "MIT",
2020-12-04 16:19:28 +13:00
"scripts": {
2020-12-08 19:22:24 +13:00
"build": "NODE_ENV=production webpack --mode production",
"watch": "NODE_ENV=production webpack --mode development --watch"
2020-12-04 16:19:28 +13:00
},
2022-11-01 09:58:12 +13:00
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
2020-12-04 16:19:28 +13:00
"nprogress": "^0.2.0",
"phoenix": "1.6.6",
"phoenix_html": "3.2.0",
"phoenix_live_view": "0.17.7",
2022-11-01 09:58:12 +13:00
"tailwindcss": "^3.2.1",
"uplot": "^1.0.11",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.4.1",
"autoprefixer": "^9.8.8",
2022-11-01 09:58:12 +13:00
"postcss-loader": "^7.0.1",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^6.1.1",
2020-12-04 16:19:28 +13:00
"css-loader": "^3.4.2",
"glob": "^7.1.6",
"jest": "^25.1.0",
2022-11-01 09:58:12 +13:00
"mini-css-extract-plugin": "^2.6.1",
"postcss": "^8.4.18",
"precss": "^4.0.0",
"sass": "^1.32.13",
2020-12-04 16:19:28 +13:00
"sass-loader": "^8.0.2",
"style-loader": "^0.20.2",
"terser-webpack-plugin": "^4.2.2",
"url-loader": "^4.0.0",
2022-11-01 09:58:12 +13:00
"webpack": "^5.0.0",
"webpack-cli": "^4.10.0"
2020-12-04 16:19:28 +13:00
}
}