You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
816 B
JSON
31 lines
816 B
JSON
{
|
|
"name": "pEp4Tb",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"upgrade": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"atob": "^2.1.2",
|
|
"babel-cli": "^6.26.0",
|
|
"btoa": "^1.2.1",
|
|
"chai": "*",
|
|
"chai-as-promised": "*",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.0.1",
|
|
"eslint-config-airbnb-base": "^14.0.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.18.3",
|
|
"eslint-plugin-react-hooks": "^1.7.0",
|
|
"mocha": "^7.1.0",
|
|
"nyc": "^14.1.1",
|
|
"sinon": "^7.5.0",
|
|
"xhr2": "^0.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/mocha tests/unit/*.js tests/features/*.js",
|
|
"syntaxCheck": "./node_modules/.bin/babel chrome -d /tmp/babelOutput",
|
|
"lint": "./node_modules/.bin/eslint chrome"
|
|
}
|
|
}
|