-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "multipractice",
"version": "1.0.0",
"description": "",
"main": ".eslintrc.js",
"scripts": {
"test": "node ./logic.test.js | tap-spec",
"coverage": "istanbul cover ./logic.test.js",
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martingaston/multipractice.git"
},
"keywords": [],
"author": "github.com/martingaston",
"license": "MIT",
"bugs": {
"url": "https://github.com/martingaston/multipractice/issues"
},
"homepage": "https://github.com/martingaston/multipractice#readme",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"eslint": "^5.6.1",
"eslint-config-prettier": "^3.1.0",
"eslint-config-recommended": "^4.0.0",
"eslint-plugin-react": "^7.11.1",
"istanbul": "^0.4.5",
"parcel-bundler": "^1.10.1",
"sass": "^1.14.1",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2"
}
}