-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 791 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 791 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
{
"name": "d3-react-motion-example",
"version": "0.1.0",
"private": false,
"homepage": "https://screenpunch.github.io/d3-react-motion-example",
"devDependencies": {
"gh-pages": "^0.12.0",
"react-scripts-ts": "1.0.4"
},
"dependencies": {
"@types/d3": "^4.4.0",
"@types/jest": "^16.0.4",
"@types/node": "^7.0.0",
"@types/react": "^15.0.0",
"@types/react-dom": "^0.14.20",
"@types/react-motion": "0.0.20",
"d3": "^4.4.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-motion": "^0.4.7"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"deploy": "npm run build&&gh-pages -d build"
}
}