This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.48 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "github-issue-board",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.8.4"
},
"dependencies": {
"babel-jest": "^19.0.0",
"chai": "^3.5.0",
"classnames": "^2.2.5",
"deepmerge": "^1.3.1",
"enzyme": "^2.7.1",
"hex-rgb": "^1.0.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^19.0.2",
"nock": "^9.0.9",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.1",
"react-fa": "^4.1.2",
"react-masonry-component": "^5.0.3",
"react-redux": "^5.0.1",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.7",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-logger": "^2.7.4",
"redux-mock-store": "^1.2.2",
"redux-thunk": "^2.1.0",
"screenfull": "^3.0.2",
"webfontloader": "^1.6.27"
},
"scripts": {
"start": "REACT_APP_CLIEND_ID=eb1a6328e1aa75db79ed react-scripts start",
"build:stage": "REACT_APP_CLIEND_ID=f7385982795e14b27290 react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:cov": "yarn test -- --coverage",
"eject": "react-scripts eject"
},
"standard": {
"globals": [
"describe",
"context",
"before",
"beforeEach",
"after",
"afterEach",
"it",
"expect",
"jest",
"test"
]
},
"github-issue-board": {
"secret-keeper-url": "https://roope-secrets.herokuapp.com",
"local-storage-key": "github-issue-board-store"
}
}