updated
Signed-off-by: James Ketrenos <james_eikona@ketrenos.com>
This commit is contained in:
parent
d256393494
commit
30686ec408
91
package.json
Executable file → Normal file
91
package.json
Executable file → Normal file
@ -1,65 +1,38 @@
|
|||||||
{
|
{
|
||||||
"name": "ketr.settlers",
|
"name": "peddlers-of-ketran",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "Settlers",
|
|
||||||
"main": "index.html",
|
|
||||||
"scripts": {
|
|
||||||
"start": "webpack-dev-server --mode development --host 0.0.0.0 --config webpack.dev.js",
|
|
||||||
"build": "webpack --config webpack.prod.js",
|
|
||||||
"watch": "webpack --config webpack.prod.js --watch",
|
|
||||||
"backend": "NODE_CONFIG_ENV='production' node server/app.js"
|
|
||||||
},
|
|
||||||
"repository": "ssh://git@gitlab.ketrenos.com/jketreno/ketr.settlers.git",
|
|
||||||
"author": "James Ketrenos <james_settlers@ketrenos.com>",
|
|
||||||
"license": "MIT",
|
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@material-ui/core": "^4.9.11",
|
"@testing-library/jest-dom": "^5.16.1",
|
||||||
"@material-ui/lab": "^4.0.0-alpha.50",
|
"@testing-library/react": "^12.1.2",
|
||||||
"animakit-expander": "^2.1.4",
|
"@testing-library/user-event": "^13.5.0",
|
||||||
"bluebird": "^3.5.5",
|
"react": "^17.0.2",
|
||||||
"bootstrap": "^4.4.1",
|
"react-dom": "^17.0.2",
|
||||||
"config": "^3.1.0",
|
"react-scripts": "5.0.0",
|
||||||
"connect-sqlite3": "^0.9.11",
|
"web-vitals": "^2.1.2"
|
||||||
"cookie-parser": "^1.4.4",
|
|
||||||
"core-js": "^3.2.1",
|
|
||||||
"express": "^4.17.1",
|
|
||||||
"express-session": "^1.17.1",
|
|
||||||
"googleapis": "^40.0.0",
|
|
||||||
"handlebars": "^4.7.6",
|
|
||||||
"jira-connector": "^2.10.0",
|
|
||||||
"moment": "^2.24.0",
|
|
||||||
"morgan": "^1.9.1",
|
|
||||||
"node-fetch": "^2.6.0",
|
|
||||||
"node-gzip": "^1.1.2",
|
|
||||||
"nodemailer": "^6.3.0",
|
|
||||||
"react-app-polyfill": "^1.0.2",
|
|
||||||
"react-bootstrap": "^1.0.0-beta.16",
|
|
||||||
"react-date-range": "^1.0.0-beta",
|
|
||||||
"react-markdown": "^4.2.2",
|
|
||||||
"react-moment": "^0.9.7",
|
|
||||||
"react-router-dom": "^5.0.1",
|
|
||||||
"react-scroll": "^1.7.14",
|
|
||||||
"react-syntax-highlighter": "^11.0.2",
|
|
||||||
"sequelize": "^5.21.6",
|
|
||||||
"sqlite3": "^4.1.1",
|
|
||||||
"typeface-roboto": "0.0.75"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"scripts": {
|
||||||
"@babel/cli": "^7.1.0",
|
"start": "react-scripts start",
|
||||||
"@babel/core": "^7.1.0",
|
"build": "react-scripts build",
|
||||||
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
"test": "react-scripts test",
|
||||||
"@babel/preset-env": "^7.1.0",
|
"eject": "react-scripts eject"
|
||||||
"@babel/preset-react": "^7.0.0",
|
},
|
||||||
"babel-loader": "^8.0.2",
|
"eslintConfig": {
|
||||||
"css-loader": "^1.0.0",
|
"extends": [
|
||||||
"file-loader": "^4.1.0",
|
"react-app",
|
||||||
"react": "^16.8",
|
"react-app/jest"
|
||||||
"react-dom": "^16.8",
|
]
|
||||||
"style-loader": "^0.23.0",
|
},
|
||||||
"webpack": "^4.19.1",
|
"browserslist": {
|
||||||
"webpack-cli": "^3.1.1",
|
"production": [
|
||||||
"webpack-dev-server": "^3.3.1",
|
">0.2%",
|
||||||
"webpack-merge": "^4.2.1"
|
"not dead",
|
||||||
|
"not op_mini all"
|
||||||
|
],
|
||||||
|
"development": [
|
||||||
|
"last 1 chrome version",
|
||||||
|
"last 1 firefox version",
|
||||||
|
"last 1 safari version"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user