-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.25 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
{
"name": "parserbox-web",
"description": "Установка ================",
"version": "1.0.0",
"main": "lint-staged.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "lint-staged",
"prepare": "husky install",
"build": "webpack --mode development",
"dev": "webpack --mode development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AwardWallet/parserbox-web.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AwardWallet/parserbox-web/issues"
},
"homepage": "https://github.com/AwardWallet/parserbox-web#readme",
"devDependencies": {
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"ts-loader": "^9.5.1",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@awardwallet/extension-client": "1.1.10",
"@awardwallet/extension-v3": "^3.2.12",
"@awardwallet/jquery.json-viewer": "^1.4.0",
"centrifuge": "^5.0.1",
"jquery": "1.11.1",
"jquery-ui": "github:components/jqueryui#1.10.0",
"jquery.cookie": "~1.4.1",
"requirejs": "~2.1.14"
}
}