This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2018-04-04 21:05:31 +01:00
{
"name": "tlaternet",
"version": "1.0.0",
"description": "tlaternet web interface",
"main": "index.js",
"author": "Tristan Maat <tm@tlater.net>",
"license": "MIT",
"private": true,
"devDependencies": {
2019-02-03 02:59:27 +00:00
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.0",
2018-04-04 21:05:31 +01:00
"exports-loader": "^0.7.0",
2018-05-29 01:56:10 +01:00
"favicons-webpack-plugin": "^0.0.9",
2019-02-03 02:59:27 +00:00
"file-loader": "^3.0.1",
2018-04-04 21:05:31 +01:00
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.1.0",
2018-04-08 23:23:42 +01:00
"jsdoc": "^3.5.5",
2018-04-04 21:05:31 +01:00
"jstransformer-markdown-it": "^2.0.0",
2019-02-03 02:59:27 +00:00
"mini-css-extract-plugin": "^0.5.0",
2018-04-04 21:05:31 +01:00
"node-sass": "^4.8.3",
2019-02-03 02:59:27 +00:00
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
2018-04-04 21:05:31 +01:00
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
2019-02-03 02:59:27 +00:00
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
2018-04-04 21:05:31 +01:00
"webpack-merge": "^4.1.2"
},
"dependencies": {
2019-02-03 02:59:27 +00:00
"@fortawesome/fontawesome-free": "^5.7.1",
2018-04-04 21:05:31 +01:00
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
2018-06-11 02:37:36 +01:00
"popper.js": "^1.14.1",
2019-02-03 02:59:27 +00:00
"three": "^0.101.1"
2018-04-04 21:05:31 +01:00
},
"scripts": {
"dev": "webpack --config webpack.config.js",
"build": "webpack --config webpack.prod.js"
}
}