forked from mathigon/textbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.63 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@mathigon/textbooks",
"version": "0.6.1",
"description": "Mathigon Textbooks",
"homepage": "https://mathigon.org/",
"repository": "mathigon/textbooks",
"license": "UNLICENSED",
"private": true,
"scripts": {
"server": "mathigon-server",
"watch": "gulp watch",
"build": "gulp --max-old-space-size=8192",
"start": "npm run build && npm-run-all --parallel server watch",
"lint": "eslint . --ext .ts"
},
"engines": {
"node": "12.x"
},
"dependencies": {
"@mathigon/boost": "0.6.5",
"@mathigon/core": "0.6.3",
"@mathigon/dev-server": "0.6.3",
"@mathigon/fermat": "0.6.3",
"@mathigon/euclid": "0.6.7",
"@mathigon/hilbert": "0.6.1",
"@types/d3": "5.16.3",
"@types/topojson": "3.2.2",
"three": "0.120.0"
},
"devDependencies": {
"@google-cloud/text-to-speech": "3.1.2",
"@google-cloud/translate": "6.0.4",
"@mathigon/parser": "0.6.2",
"@percy/script": "1.1.0",
"@rollup/plugin-node-resolve": "11.0.0",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"autoprefixer": "9.8.6",
"eslint": "7.14.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-import": "2.22.1",
"fluent-ffmpeg": "2.1.2",
"gulp": "4.0.2",
"gulp-better-rollup": "4.0.1",
"gulp-less": "4.0.1",
"gulp-postcss": "8.0.0",
"gulp-rename": "2.0.0",
"js-yaml": "3.14.0",
"jsdom": "16.4.0",
"marked": "1.1.0",
"npm-run-all": "4.1.5",
"postcss-rtl": "1.7.3",
"pug": "3.0.0",
"rollup": "2.34.0",
"rollup-plugin-typescript": "1.0.1",
"tslib": "2.0.3",
"typescript": "4.1.2"
}
}