50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"name": "tlaternet",
|
|
"version": "1.0.0",
|
|
"description": "tlaternet web interface",
|
|
"author": "Tristan Maat <tm@tlater.net>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@fortawesome/fontawesome-free": "^5.13.1",
|
|
"@types/jquery": "^3.5.0",
|
|
"@types/react": "^16.9.41",
|
|
"@types/react-redux": "^7.1.9",
|
|
"bootstrap": "^4.5.0",
|
|
"classnames": "^2.2.6",
|
|
"immutability-helper": "^3.1.1",
|
|
"jquery": "^3.5.1",
|
|
"jstransformer-markdown-it": "^2.1.0",
|
|
"parcel": "^2.0.0-nightly.328",
|
|
"popper.js": "^1.16.1",
|
|
"posthtml-favicons": "^1.3.0",
|
|
"pug": "^2.0.4",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-redux": "^7.2.0",
|
|
"redux": "^4.0.5",
|
|
"redux-act": "^1.8.0",
|
|
"sass": "^1.26.10",
|
|
"three": "^0.101.1",
|
|
"typescript-language-server": "^0.4.0"
|
|
},
|
|
"scripts": {
|
|
"build": "parcel build --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)",
|
|
"serve": "parcel serve --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)",
|
|
"watch": "parcel watch --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print)",
|
|
"build-dist": "parcel build --no-cache --no-autoinstall $(find src -path src/lib -prune -o -name '*.pug' -print); rename '.html' '.html.hbs' dist/browser/*.html"
|
|
},
|
|
"targets": {
|
|
"browser": {
|
|
"engines": {
|
|
"browsers": [
|
|
">1%",
|
|
"not dead"
|
|
]
|
|
},
|
|
"distDir": "dist"
|
|
}
|
|
}
|
|
}
|