mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-10 17:09:42 +00:00
Some new files for JS rendering of new layout.
This commit is contained in:
17
package.json
17
package.json
@@ -10,11 +10,15 @@
|
||||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.2.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"axios": "^0.18",
|
||||
"babel-preset-react": "^6.23.0",
|
||||
"bootstrap": "^4.0.0",
|
||||
"cross-env": "^5.1",
|
||||
"flow-bin": "^0.89.0",
|
||||
"jquery": "^3.2",
|
||||
"laravel-mix": "^4.0.7",
|
||||
"lodash": "^4.17.5",
|
||||
@@ -23,6 +27,17 @@
|
||||
"react-dom": "^16.2.0",
|
||||
"resolve-url-loader": "^2.3.1",
|
||||
"sass": "^1.15.2",
|
||||
"sass-loader": "^7.1.0"
|
||||
"sass-loader": "^7.1.0",
|
||||
"webpack": "^4.28.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"d3-scale": "^2.1.2",
|
||||
"formik": "^1.4.1",
|
||||
"react-c3js": "^0.1.20",
|
||||
"react-google-maps": "^9.4.5",
|
||||
"react-router-dom": "^4.3.1",
|
||||
"react-simple-maps": "^0.12.1",
|
||||
"react-syntax-highlighter": "^10.1.2",
|
||||
"tabler-react": "^1.27.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user