2020-01-23 23:46:27 +01:00
|
|
|
{
|
2020-01-25 00:57:57 +01:00
|
|
|
"name": "frontend2",
|
|
|
|
"version": "0.1.0",
|
2020-01-23 23:46:27 +01:00
|
|
|
"description": "",
|
|
|
|
"scripts": {
|
2020-01-29 22:18:04 +01:00
|
|
|
"start": "parcel watch index.html layout.html ",
|
|
|
|
"build": "parcel build index.html layout.html && parcel build src/editor/index.js --out-file dist/editor.js",
|
2020-01-28 22:19:42 +01:00
|
|
|
"start-editor": "parcel watch src/editor/index.js --out-file dist/editor.js"
|
2020-01-23 23:46:27 +01:00
|
|
|
},
|
2020-01-25 00:57:57 +01:00
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/core": "^7.5.5",
|
|
|
|
"babel-preset-nano-react-app": "^0.1.0",
|
|
|
|
"bootstrap": "^4.4.1",
|
2020-01-28 22:19:42 +01:00
|
|
|
"editor": "^1.0.0",
|
2020-01-25 00:57:57 +01:00
|
|
|
"moment": "^2.24.0",
|
|
|
|
"parcel-bundler": "1.11.0",
|
|
|
|
"react": "^16.9.0",
|
|
|
|
"react-dom": "^16.9.0",
|
|
|
|
"react-router-dom": "^5.1.0",
|
2020-01-26 08:52:37 +01:00
|
|
|
"react-shadow": "^17.4.0",
|
2020-01-25 01:09:34 +01:00
|
|
|
"react-stripe-elements": "^6.0.1",
|
2020-01-26 08:52:37 +01:00
|
|
|
"sass": "^1.25.0",
|
|
|
|
"simmerjs": "^0.5.6",
|
|
|
|
"style.css": "^1.0.0"
|
2020-01-25 00:57:57 +01:00
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
"nano-react-app"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
[
|
|
|
|
"@babel/plugin-proposal-class-properties",
|
|
|
|
{
|
|
|
|
"loose": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"@babel/plugin-transform-react-jsx",
|
|
|
|
{
|
|
|
|
"pragmaFrag": "React.Fragment"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|
2020-01-23 23:46:27 +01:00
|
|
|
}
|