forked from korydondzila/React-TypeScript-D3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 875 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 875 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
29
30
31
32
33
{
"name": "server",
"version": "0.0.1",
"private": true,
"devDependencies": {
"react-dom": "^15.6.1",
"react-scripts-ts": "2.1.0",
"react-test-renderer": "^15.6.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "mocha --compilers tsx:ts-node/register --recursive \"./tests/**/*test.ts*\" --require ignore-styles"
},
"dependencies": {
"@types/chai": "^4.0.0",
"@types/d3": "^4.9.0",
"@types/enzyme": "^2.7.6",
"@types/mocha": "^2.2.40",
"@types/react": "^15.0.21",
"@types/react-dom": "^15.5.1",
"chai": "^4.0.1",
"d3": "^4.9.1",
"enzyme": "^2.8.2",
"enzyme-to-json": "^1.5.1",
"mocha": "^3.2.0",
"prop-types": "^15.5.10",
"react": "^15.5.3",
"react-dom": "^15.5.3",
"tslint": "^5.2.0",
"tslint-eslint-rules": "^4.0.0"
}
}