-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.05 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
{
"name": "coulomb-panel",
"version": "0.0.0-use-package-dist-json",
"description": "Panel GUI component for Coulomb apps developed at Ribose",
"repository": "git@github.com:riboseinc/coulomb-panel.git",
"author": "Ribose Inc. <open.source@ribose.com>",
"scripts": {
"prepublish": "rm -rf dist; tsc; cp package-dist.json dist/package.json; rsync -avm --include='*.js' --include='*.scss' --include='*.css' --include='*.d.ts' -f 'hide,! */' ./src/ ./dist"
},
"peerDependencies": {
"@blueprintjs/core": "^3.28.2",
"@blueprintjs/icons": "^3.18.1",
"css-loader": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.5",
"webpack": "~4.41.5"
},
"devDependencies": {
"@blueprintjs/core": "^3.28.2",
"@blueprintjs/icons": "^3.18.1",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"css-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"node-sass": "^4.12.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.5",
"webpack": "~4.41.5"
}
}