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

50 lines
1.4 KiB
JSON
Raw Normal View History

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,
"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-07-30 18:12:30 +01:00
"three": "^0.142.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"classnames": "^2.3.1",
"redux-act": "^1.8.0",
"redux": "4.2.0",
"immutability-helper": "3.1.1"
2021-04-07 21:39:24 +01:00
},
"devDependencies": {
2022-07-30 18:12:30 +01:00
"@babel/preset-env": "^7.18.6",
"@parcel/transformer-sass": "^2.6.2",
"@types/react-dom": "^18.0.6",
2022-06-21 12:16:33 +01:00
"@types/three": "^0.141.0",
2022-07-30 18:12:30 +01:00
"prettier": "^2.7.1",
"parcel": "^2.6.2",
2022-06-19 17:41:09 +01:00
"posthtml-extend": "^0.6.3",
2022-07-30 18:12:30 +01:00
"posthtml-favicons": "^1.4.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",
2022-07-30 18:12:30 +01:00
"sass": "^1.53.0",
"typescript": "^4.7.4",
"typescript-language-server": "^0.11.2",
2022-08-01 21:14:18 +01:00
"vscode-langservers-extracted": "^4.2.1",
"npm-check-updates": "^16.0.5"
2018-04-04 21:05:31 +01:00
},
"scripts": {
2022-08-01 21:14:18 +01:00
"build": "parcel build --no-autoinstall",
"serve": "parcel serve --no-autoinstall",
"watch": "parcel watch --no-autoinstall",
"build-dist": "parcel build --no-cache --no-autoinstall && rename '.html' '.html.hbs' dist/*.html",
"check": "tsc --noEmit"
},
2022-08-01 21:14:18 +01:00
"source": "src/index.html",
"browserslist": "> 1%, not dead"
2018-04-04 21:05:31 +01:00
}