livebook/assets/package.json

40 lines
1.2 KiB
JSON
Raw Normal View History

2021-01-08 03:55:45 +08:00
{
"repository": {},
"description": " ",
"license": "MIT",
"scripts": {
"deploy": "NODE_ENV=production webpack --mode production",
2021-01-08 05:13:17 +08:00
"watch": "webpack --mode development --watch",
"format": "prettier --trailing-comma es5 --write {js,test,css}/**/*.{js,json,css,scss,md}",
2021-01-08 05:13:17 +08:00
"test": "jest --watch"
2021-01-08 03:55:45 +08:00
},
"dependencies": {
"monaco-editor": "^0.21.2",
"nprogress": "^0.2.0",
2021-01-08 03:55:45 +08:00
"phoenix": "file:../deps/phoenix",
2021-01-08 04:16:54 +08:00
"phoenix_html": "file:../deps/phoenix_html",
"phoenix_live_view": "file:../deps/phoenix_live_view"
2021-01-08 03:55:45 +08:00
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
2021-01-08 05:13:17 +08:00
"autoprefixer": "^10.2.0",
2021-01-08 03:55:45 +08:00
"babel-loader": "^8.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"file-loader": "^6.2.0",
2021-01-08 03:55:45 +08:00
"hard-source-webpack-plugin": "^0.13.1",
2021-01-08 05:13:17 +08:00
"jest": "^26.6.3",
2021-01-08 03:55:45 +08:00
"mini-css-extract-plugin": "^0.9.0",
"monaco-editor-webpack-plugin": "^2.1.0",
2021-01-08 03:55:45 +08:00
"optimize-css-assets-webpack-plugin": "^5.0.1",
2021-01-08 05:13:17 +08:00
"postcss": "^8.2.3",
"postcss-loader": "^4.1.0",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.2",
2021-01-08 03:55:45 +08:00
"terser-webpack-plugin": "^2.3.2",
"webpack": "4.41.5",
"webpack-cli": "^3.3.2"
}
}