forked from BloomBooks/comical-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.02 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.02 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
{
"name": "bubble-edit",
"version": "0.1.0",
"description": "Edit cartoon bubble frames around an HTML element",
"main": "index.js",
"repository": "https://github.com/BloomBooks/bubble-edit.git",
"author": "John Thomson <john_thomson@sil.org>",
"license": "MIT",
"private": false,
"devDependencies": {
"@babel/core": "^7.5.5",
"@storybook/html": "^5.1.11",
"@types/storybook__html": "^5.0.2",
"@types/svg.js": "^2.3.1",
"awesome-typescript-loader": "^5.2.1",
"babel-loader": "^8.0.6",
"npx": "^10.2.0",
"shx": "^0.3.2",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6"
},
"dependencies": {
"paper": "^0.12.3"
},
"scripts": {
"storybook": "start-storybook -s ./storyStatic -p 6006",
"build-storybook": "build-storybook",
"makdbloomdesktopdir": "shx mkdir ..\\BloomDesktop\\src\\BloomBrowserUI\\node_modules\\bubble-edit",
"tobloomdesktop": "shx cp src\\*.ts ..\\BloomDesktop\\src\\BloomBrowserUI\\node_modules\\bubble-edit"
}
}