-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.2 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
{
"name": "LowCodeButton",
"version": "1.0.0",
"main": "LowCodeButton.js",
"scripts": {
"build": "webpack --config webpack.dev.js",
"start": "webpack --config webpack.dev.js --watch",
"dist": "webpack --config webpack.prod.js",
"lint": "eslint src --ext .ts",
"lint:fix": "npm run lint -- --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LagoESP/LowCodeButton.git"
},
"keywords": [],
"author": "José Martínez Lago & SCN",
"license": "ISC",
"bugs": {
"url": "https://github.com/LagoESP/LowCodeButton/issues"
},
"homepage": "https://github.com/LagoESP/LowCodeButton#readme",
"description": "",
"dependencies": {
"dataverse-auth": "^2.0.8",
"dataverse-ify": "^2.0.8"
},
"devDependencies": {
"@types/xrm": "^9.0.84",
"@typescript-eslint/eslint-plugin": "^8.26.1",
"@typescript-eslint/parser": "^8.26.1",
"dataverse-gen": "^2.0.17",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"prettier": "3.5.3",
"ts-loader": "^9.5.2",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
}
}