-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1018 Bytes
/
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
{
"name": "hilbert-curve-audio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/d3-scale-chromatic": "^1.1.0",
"d3": "^4.11.0",
"d3-hilbert": "^0.2.10",
"d3-scale-chromatic": "^1.1.1",
"d3-tip": "^0.7.1",
"gh-pages": "^1.1.0",
"lodash": "^4.17.4",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts-ts": "2.8.0"
},
"scripts": {
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"homepage": "https://dennisli92.github.io/hilbert-curve-audio",
"devDependencies": {
"@types/d3": "^4.11.0",
"@types/d3-tip": "^3.5.5",
"@types/jest": "^21.1.5",
"@types/lodash": "^4.14.82",
"@types/node": "^8.0.47",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1"
}
}