43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "lib",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "webpack --mode=production"
|
|
},
|
|
"exports": {
|
|
"./*": "./dist/*.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"loglevel": "^1.7.1",
|
|
"mobx": "^6.6.2",
|
|
"modern-css-reset": "^1.4.0",
|
|
"qs": "^6.10.1",
|
|
"ramda": "^0.27.1",
|
|
"react": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"sass-rem": "^3.0.0",
|
|
"sprintf-js": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
"@babel/plugin-proposal-decorators": "^7.19.3",
|
|
"@babel/preset-env": "^7.19.3",
|
|
"@babel/preset-react": "^7.18.6",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@types/qs": "^6.9.7",
|
|
"@types/ramda": "^0.27.63",
|
|
"@types/react": "^17.0.15",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/sprintf-js": "^1.1.2",
|
|
"babel-loader": "^8.2.5",
|
|
"babel-plugin-jsx-control-statements": "^4.1.2",
|
|
"ts-loader": "^9.4.1",
|
|
"ts-node": "^10.9.1",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
}
|
|
}
|