-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 803 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "the-docs",
"version": "0.0.1",
"description": "We doc it all",
"main": "index.js",
"scripts": {
"test": "npx mocha -w --config .mocharc.js *.spec.js",
"start": "node -e \"console.log('hlo');\""
},
"dependencies": {
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^1.18.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"expect": "^24.9.0",
"mocha": "^6.2.0"
},
"author": "Michael Rubanov <p3.sketch.student@gmail.com> (http://art-exploration-exploitation.net)",
"license": "ISC"
}