forked from mathigon/textbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "@mathigon/textbooks",
"version": "0.2.6",
"description": "Mathigon Textbooks",
"homepage": "https://mathigon.org/",
"repository": "mathigon/textbooks",
"license": "UNLICENSED",
"private": true,
"scripts": {
"server": "node server/app.js --use-strict & grunt concurrent",
"start": "grunt && npm run server",
"test": "eslint */*.js"
},
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@mathigon/boost": "^0.2.8",
"@mathigon/core": "^0.2.5",
"@mathigon/fermat": "^0.2.7",
"@mathigon/hilbert": "^0.2.2"
},
"devDependencies": {
"@mathigon/parser": "^0.2.14",
"emojione-assets": "^3.1.1",
"eslint": "^5.12.1",
"express": "^4.16.4",
"express-validator": "^5.3.1",
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"pug": "^2.0.3",
"rollup": "^1.1.2",
"rollup-plugin-node-resolve": "^4.0.0",
"yamljs": "^0.3.0"
}
}