smartthings-phevctl
Version:
smartthings remote ctrl
83 lines (82 loc) • 1.97 kB
JSON
{
"name": "remote-ctrl-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "4.7.0",
"@craco/craco": "6.4.0",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"antd": "4.16.13",
"antd-mask-input": "0.1.15",
"axios": "0.24.0",
"js-cookie": "3.0.1",
"moment": "2.29.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "4.0.3",
"uuid": "8.3.2",
"web-vitals": "2.1.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"build:prod": "NODE_ENV=production craco build",
"lint": "eslint --quiet --ext .js src",
"lint:fix": "eslint --fix --quiet --ext .js src",
"test": "craco test"
},
"eslintConfig": {
"root": true,
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"plugins": [
"react",
"react-native"
],
"extends": "airbnb",
"rules": {
"no-undef": 0,
"react/prop-types": 0,
"import/extensions": 0,
"react/destructuring-assignment": 0,
"import/prefer-default-export": 0,
"import/no-extraneous-dependencies": 0,
"jsx-a11y/control-has-associated-label": 0,
"react/react-in-jsx-scope": 0,
"no-await-in-loop": 0,
"react/prefer-stateless-function": 0,
"react/state-in-constructor": 0,
"jsx-a11y/anchor-is-valid": 0,
"no-return-await": 0,
"react/jsx-filename-extension": [
1,
{
"extensions": [
".js",
".jsx"
]
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}