fcc-core
Version:
Fusion communication center.
39 lines (38 loc) • 1.11 kB
JSON
{
"name": "fcc-core",
"version": "1.0.15",
"description": "Fusion communication center.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production webpack --config ./webpack.config.js"
},
"keywords": ["fcc", "fcc-core"],
"author": "",
"license": "ISC",
"dependencies": {
"async-validator": "^3.2.3",
"axios": "^0.19.1",
"crypto-js": "^3.1.9-1",
"js-cookie": "^2.2.1",
"querystring": "^0.2.0",
"webpack-cli": "^3.3.10"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.17.0",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^6.2.1",
"tslint": "^6.0.0",
"typescript": "^3.7.4",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"typings": "./FCC.d.ts"
}