0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 18:26:15 +01:00
posthog/frontend/package.json
2020-01-25 23:52:37 -08:00

46 lines
1002 B
JSON

{
"name": "frontend2",
"version": "0.1.0",
"description": "",
"scripts": {
"start": "parcel watch index.html",
"build": "parcel build index.html",
"start-editor": "parcel watch editor/index.js --out-file dist/editor.js"
},
"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-shadow": "^17.4.0",
"react-stripe-elements": "^6.0.1",
"sass": "^1.25.0",
"simmerjs": "^0.5.6",
"style.css": "^1.0.0"
},
"babel": {
"presets": [
"nano-react-app"
],
"plugins": [
[
"@babel/plugin-proposal-class-properties",
{
"loose": true
}
],
[
"@babel/plugin-transform-react-jsx",
{
"pragmaFrag": "React.Fragment"
}
]
]
}
}