-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "mathviz",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"execute": "babel-node --extensions \".ts,.js\"",
"debug": "babel-node --extensions \".ts,.js\" --inspect",
"transpile": "babel . --ignore ./node_modules,./generated --out-dir ./generated --extensions \".ts,.js\"",
"lint": "eslint . --ext .ts"
},
"devDependencies": {
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/node": "7.10.5",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/polyfill": "7.11.5",
"@babel/preset-env": "7.11.5",
"@babel/preset-typescript": "7.10.4",
"eslint": "7.8.1",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"typescript": "4.0.2"
},
"dependencies": {
"@svgdotjs/svg.js": "3.0.16",
"@types/d3-color": "1.2.2",
"@types/d3-interpolate": "1.3.1",
"@types/node": "14.10.1",
"@types/pngjs": "3.4.2",
"@types/sharp": "0.26.0",
"async": "3.2.0",
"collections": "5.1.12",
"color": "3.0.0",
"d3-interpolate": "1.2.0",
"ffmpeg-stream": "0.6.0",
"google-palette": "1.1.0",
"pngjs": "6.0.0",
"pngjs-image": "0.11.7",
"sharp": "0.26.1",
"svg.js": "2.6.6",
"svgdom": "0.1.8",
"tree-model": "1.0.7"
}
}