-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.23 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
42
43
44
{
"name": "esperanto-analyzer-react",
"version": "0.1.0",
"private": true,
"homepage": "http://esperanto.fidelis.work",
"dependencies": {
"@atlaskit/badge": "latest",
"@atlaskit/blanket": "latest",
"@atlaskit/button": "latest",
"@atlaskit/css-reset": "latest",
"@atlaskit/empty-state": "^3.0.7",
"@atlaskit/feedback-collector": "^0.1.2",
"@atlaskit/field-text-area": "^4.0.9",
"@atlaskit/form": "^4.0.1",
"@atlaskit/icon": "^13.8.0",
"@atlaskit/inline-message": "^7.0.4",
"@atlaskit/modal-dialog": "^6.0.12",
"@atlaskit/nps": "^4.0.6",
"@atlaskit/page": "^8.0.5",
"@atlaskit/page-header": "^6.0.5",
"@atlaskit/tag": "^6.0.7",
"@atlaskit/toggle": "^5.0.8",
"gh-pages": "^1.2.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-scripts": "1.1.5",
"styled-components": "^3.4.5"
},
"jest": {
"coverageReporters": [
"html",
"json",
"cobertura"
]
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --coverage --coverageDirectory=coverage/",
"eject": "react-scripts eject"
}
}