-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·55 lines (55 loc) · 1.39 KB
/
package.json
File metadata and controls
executable file
·55 lines (55 loc) · 1.39 KB
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
{
"name": "code-chill",
"version": "1.0.0-Beta",
"private": true,
"homepage": "/",
"dependencies": {
"@nivo/stream": "^0.49.0",
"@types/lodash": "^4.14.116",
"@types/react-redux": "^6.0.9",
"axios": "^0.18.0",
"jwt-decode": "^2.2.0",
"package": "^1.0.1",
"react": "^16.5.2",
"react-datetime-picker": "^2.1.1",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-named-routes": "^0.0.23",
"react-toastify": "^4.4.0",
"semantic-ui-css": "^2.4.0",
"semantic-ui-react": "^0.82.5",
"text-encoding": "^0.6.4",
"typescript": "^3.0.3",
"xterm": "^3.7.0"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "jest",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/jest": "^23.3.2",
"@types/node": "^10.10.1",
"@types/react": "^16.4.14",
"@types/react-dom": "^16.0.7",
"coveralls": "^3.0.2",
"create-react-app": "^1.5.2",
"enzyme": "^3.6.0",
"fetch-mock": "^7.2.5",
"jest": "^23.6.0",
"jest-localstorage-mock": "^2.2.0",
"react-addons-test-utils": "^15.6.2",
"react-scripts-ts": "^2.17.0",
"serve": "^10.0.1",
"ts-jest": "^23.10.3"
},
"jest": {
"preset": "ts-jest",
"setupFiles": [
"jest-localstorage-mock"
]
}
}