44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
|
{
|
||
|
"name": "carrier-signal-client",
|
||
|
"version": "2020.1.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack",
|
||
|
"serve": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack-dev-server"
|
||
|
},
|
||
|
"author": "ModZero <modzero@modzero.xyz>",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"react": "^16.13.1",
|
||
|
"react-dom": "^16.13.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/html-webpack-plugin": "^3.2.3",
|
||
|
"@types/node": "^14.6.0",
|
||
|
"@types/react": "^16.9.46",
|
||
|
"@types/react-dom": "^16.9.8",
|
||
|
"@types/webpack-dev-server": "^3.11.0",
|
||
|
"@typescript-eslint/eslint-plugin": "^3.9.1",
|
||
|
"@typescript-eslint/parser": "^3.9.1",
|
||
|
"cross-env": "^7.0.2",
|
||
|
"eslint": "^7.7.0",
|
||
|
"eslint-config-standard": "^14.1.1",
|
||
|
"eslint-plugin-import": "^2.22.0",
|
||
|
"eslint-plugin-node": "^11.1.0",
|
||
|
"eslint-plugin-promise": "^4.2.1",
|
||
|
"eslint-plugin-react": "^7.20.6",
|
||
|
"eslint-plugin-standard": "^4.0.1",
|
||
|
"html-webpack-plugin": "^4.3.0",
|
||
|
"prettier": "2.0.5",
|
||
|
"ts-loader": "^8.0.2",
|
||
|
"ts-node": "^9.0.0",
|
||
|
"tsconfig-paths": "^3.9.0",
|
||
|
"typescript": "^4.0.2",
|
||
|
"webpack": "^4.44.1",
|
||
|
"webpack-cli": "^3.3.12",
|
||
|
"webpack-dev-server": "^3.11.0"
|
||
|
},
|
||
|
"private": true
|
||
|
}
|