-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.16 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
{
"name": "sheetshow",
"version": "1.0.0",
"description": "Renderer for sheet diagrams in bimonoidal categories",
"private": true,
"dependencies": {
"bezier-js": "^2.4.0",
"glpk.js": "^2.0.1",
"js-base64": "^2.5.1",
"seen": "^0.2.7",
"vue": "^2.6.11",
"js-yaml": "^3.14.0"
},
"scripts": {
"test": "jest",
"build": "webpack",
"embed": "webpack --config webpack.embed.js",
"watch": "webpack --watch",
"start": "webpack-dev-server --open",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wetneb/sheetshow.git"
},
"author": "Antonin Delpeuch",
"license": "MIT",
"bugs": {
"url": "https://github.com/wetneb/sheetshow/issues"
},
"homepage": "https://github.com/wetneb/sheetshow#readme",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.8.7",
"coveralls": "^3.0.11",
"gh-pages": "^2.2.0",
"jest": "^25.1.0",
"npm": "^6.14.2",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}