2022-11-10 05:45:40 +03:00
|
|
|
{
|
|
|
|
"name": "tea-www",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "basic react config for https://tea.xyz",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2023-04-24 20:58:43 +03:00
|
|
|
"build": "npx babel src --out-dir lib --no-babelrc"
|
2022-11-10 05:45:40 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/teaxyz/www.git"
|
|
|
|
},
|
|
|
|
"author": "Jacob Heider <jacob@tea.xyz>",
|
|
|
|
"license": "CC-BY-NC-4.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/teaxyz/www/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/teaxyz/www#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/cli": "^7.19.3",
|
|
|
|
"@babel/core": "^7.20.2",
|
|
|
|
"@babel/preset-react": "^7.18.6"
|
|
|
|
}
|
|
|
|
}
|