-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.41 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
{
"name": "basiscore.grid",
"version": "1.4.2",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack serve --mode=development",
"ws": "node server/websocket.js",
"prerel": "if exist dist rd /s /q dist",
"rel": "webpack --mode=production",
"prepub": "if exist dist rd /s /q dist",
"pub": "webpack --mode=production",
"postpub": "dts-bundle-generator -o dist/basiscore.grid.component.d.ts src/ComponentLoader.ts"
},
"keywords": [
"TypeScript",
"ClientSide",
"Grid",
"Data"
],
"files": [
"dist/**/*"
],
"author": "Manzoomeh Negaran <info@manzoomeh.ir> (https://www.manzoomeh.ir)",
"license": "ISC",
"homepage": "https://github.com/Manzoomeh/BasisCore.Client.Component.Grid",
"bugs": {
"url": "https://github.com/Manzoomeh/BasisCore.Client.Component.Grid/issues"
},
"contributors": [
"s.alireza qamsari <s.alireza@qamsari.ir> (https://www.linkedin.com/in/qamsari/)"
],
"repository": "https://github.com/Manzoomeh/BasisCore.Client.Component.Grid",
"dependencies": {
"basiscore": "^2.15.2",
"node-xlsx": "^0.23.0"
},
"devDependencies": {
"circular-dependency-plugin": "^5.2.2",
"css-loader": "^6.4.0",
"style-loader": "^3.3.0",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
}
}