mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
42 lines
840 B
JSON
42 lines
840 B
JSON
{
|
|
"name": "frontend2",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"start": "parcel watch index.html",
|
|
"build": "parcel build index.html"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@babel/core": "^7.5.5",
|
|
"babel-preset-nano-react-app": "^0.1.0",
|
|
"bootstrap": "^4.4.1",
|
|
"moment": "^2.24.0",
|
|
"parcel-bundler": "1.11.0",
|
|
"react": "^16.9.0",
|
|
"react-dom": "^16.9.0",
|
|
"react-router-dom": "^5.1.0",
|
|
"react-stripe-elements": "^6.0.1",
|
|
"sass": "^1.25.0"
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"nano-react-app"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-class-properties",
|
|
{
|
|
"loose": true
|
|
}
|
|
],
|
|
[
|
|
"@babel/plugin-transform-react-jsx",
|
|
{
|
|
"pragmaFrag": "React.Fragment"
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|