-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.75 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.75 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
45
46
47
48
49
50
51
52
53
54
{
"name": "basispanel",
"version": "1.16.14",
"description": "Fundamental infrastructure for manage and present user created widget or component, based in BasisCore(TM) technology.",
"main": "dist/basiscore.basispanel.component.js",
"types": "dist/basiscore.basispanel.component.d.ts",
"scripts": {
"ws": "node websocket-server/server.js",
"dev": "webpack serve --mode=development",
"rel": "webpack --mode=production",
"prerel": "if exist dist rd /s /q dist",
"prepub": "if exist dist rd /s /q dist",
"pub": "webpack --mode=production",
"postpub": "dts-bundle-generator -o dist/basiscore.basispanel.component.d.ts src/ComponentLoader.ts"
},
"keywords": [
"BasisCore",
"TypeScript",
"ClientSide",
"basispanel",
"panel"
],
"files": [
"dist/**/*"
],
"author": "Manzoomeh Negaran <info@manzoomeh.ir> (https://www.manzoomeh.ir)",
"license": "ISC",
"homepage": "https://github.com/Manzoomeh/BasisCore.Client.Component.BasisPanel",
"bugs": {
"url": "https://github.com/Manzoomeh/BasisCore.Client.Component.BasisPanel/issues"
},
"contributors": [
"s.alireza qamsari <s.alireza@qamsari.ir> (https://www.linkedin.com/in/qamsari/)"
],
"repository": "https://github.com/Manzoomeh/BasisCore.Client.Component.BasisPanel",
"devDependencies": {
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.5.1",
"dts-bundle-generator": "^8.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.64.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.5.0"
},
"dependencies": {
"@shopify/draggable": "^1.1.3",
"basiscore": "^2.14.1",
"bc": "^0.1.1",
"tsyringe": "^4.7.0"
}
}