forked from deckgo/deckdeckgo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
40
41
42
43
44
{
"name": "deckdeckgo",
"version": "4.10.0",
"author": "David Dal Busco",
"description": "The web open source editor for presentations",
"private": true,
"scripts": {
"ic:install:data": "node canisters/scripts/ic.installcode.mjs",
"ic:types": "node ./canisters/scripts/ic.types.js",
"build": "npm run ic:types && cd studio && npm run build:ic"
},
"workspaces": [
"providers/*",
"webcomponents/*",
"templates/*",
"utils/*"
],
"devDependencies": {
"@stencil/core": "^2.8.0",
"@stencil/postcss": "^2.0.0",
"@stencil/sass": "^1.4.1",
"@types/jest": "27.0.1",
"@types/puppeteer": "5.4.4",
"autoprefixer": "^10.3.4",
"esbuild": "^0.12.25",
"husky": "^7.0.2",
"jest": "^27.1.1",
"jest-cli": "^27.1.1",
"node-fetch": "^2.6.1",
"prettier": "2.3.2",
"pretty-quick": "^3.1.1",
"puppeteer": "10.2.0",
"typescript": "^4.4.2"
},
"repository": {
"type": "git",
"url": "git://github.com/deckgo/deckdeckgo.git"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}