2018-04-04 21:05:31 +01:00
|
|
|
{
|
|
|
|
"name": "tlaternet",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "tlaternet web interface",
|
|
|
|
"author": "Tristan Maat <tm@tlater.net>",
|
|
|
|
"license": "MIT",
|
|
|
|
"private": true,
|
2020-06-21 23:08:45 +01:00
|
|
|
"dependencies": {
|
2022-06-21 12:16:33 +01:00
|
|
|
"@fontsource/arimo": "^4.5.8",
|
|
|
|
"@fontsource/nunito": "^4.5.9",
|
|
|
|
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
|
|
"bulma": "^0.9.4",
|
2022-06-21 21:57:42 +01:00
|
|
|
"hack-font": "^3.3.0",
|
2022-06-21 12:16:33 +01:00
|
|
|
"three": "^0.141.0"
|
2021-04-07 21:39:24 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-19 17:41:09 +01:00
|
|
|
"@babel/preset-env": "^7.18.2",
|
2022-06-21 12:16:33 +01:00
|
|
|
"@elm-tooling/elm-language-server": "^2.4.1",
|
|
|
|
"@parcel/transformer-elm": "^2.6.1",
|
2022-06-19 17:41:09 +01:00
|
|
|
"@parcel/transformer-sass": "^2.6.1",
|
2022-06-21 12:16:33 +01:00
|
|
|
"@types/three": "^0.141.0",
|
|
|
|
"js-beautify": "^1.14.3",
|
2022-06-19 17:41:09 +01:00
|
|
|
"parcel": "^2.6.1",
|
|
|
|
"posthtml-extend": "^0.6.3",
|
2021-04-07 21:39:24 +01:00
|
|
|
"posthtml-favicons": "^1.3.0",
|
2022-06-19 17:41:09 +01:00
|
|
|
"posthtml-include": "^1.7.4",
|
2022-06-21 12:16:33 +01:00
|
|
|
"posthtml-markdownit": "^1.3.0",
|
|
|
|
"sass": "^1.52.3"
|
2018-04-04 21:05:31 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-06-21 12:16:33 +01:00
|
|
|
"build": "parcel build --no-autoinstall src/index.html && rename '.html' '.html.hbs' dist/browser/*.html",
|
2021-04-11 00:32:26 +01:00
|
|
|
"serve": "parcel serve --no-autoinstall src/index.html",
|
|
|
|
"watch": "parcel watch --no-autoinstall src/index.html",
|
|
|
|
"build-dist": "parcel build --no-cache --no-autoinstall src/index.html; rename '.html' '.html.hbs' dist/browser/*.html"
|
2020-02-19 15:48:12 +00:00
|
|
|
},
|
|
|
|
"targets": {
|
|
|
|
"browser": {
|
|
|
|
"engines": {
|
|
|
|
"browsers": [
|
|
|
|
">1%",
|
|
|
|
"not dead"
|
|
|
|
]
|
|
|
|
},
|
2020-05-30 20:37:42 +01:00
|
|
|
"distDir": "dist"
|
2020-02-19 15:48:12 +00:00
|
|
|
}
|
2018-04-04 21:05:31 +01:00
|
|
|
}
|
|
|
|
}
|