forked from mathigon/textbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "@mathigon/textbooks",
"version": "0.5.0",
"description": "Mathigon Textbooks",
"homepage": "https://mathigon.org/",
"repository": "mathigon/textbooks",
"license": "UNLICENSED",
"private": true,
"scripts": {
"server": "node server/app.js --use-strict",
"watch": "gulp watch",
"start": "gulp && npm-run-all --parallel server watch",
"lint": "eslint . --ext .ts"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@mathigon/boost": "^0.5.1",
"@mathigon/core": "^0.5.0",
"@mathigon/fermat": "^0.5.0",
"@mathigon/hilbert": "^0.5.0",
"@types/d3": "^5.7.2",
"@types/topojson": "^3.2.2",
"three": "^0.110.0"
},
"devDependencies": {
"@google-cloud/text-to-speech": "^2.3.0",
"@google-cloud/translate": "^5.3.0",
"@mathigon/parser": "^0.5.2",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"autoprefixer": "^9.7.1",
"emojione-assets": "^3.1.1",
"eslint": "^6.8.0",
"express": "^4.16.4",
"express-validator": "^5.3.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": "^1.4.0",
"js-yaml": "^3.14.0",
"jsdom": "^16.2.2",
"marked": "^0.7.0",
"npm-run-all": "^4.1.5",
"postcss-rtl": "^1.7.2",
"pug": "^2.0.3",
"rollup": "^1.27.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.10.0",
"typescript": "^3.7.2"
}
}