mirror of
https://github.com/ivabus/www
synced 2024-11-09 19:25:15 +03:00
25 lines
611 B
JSON
25 lines
611 B
JSON
{
|
|
"name": "tea-www",
|
|
"version": "0.1.0",
|
|
"description": "basic react config for https://tea.xyz",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx babel src --out-dir lib --no-babelrc"
|
|
},
|
|
"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"
|
|
}
|
|
}
|