-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.91 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "neoline",
"version": "3.2.1",
"scripts": {
"ng": "ng",
"initneonjs": "npm install @cityofzion/neon-js@npm:@cityofzion/[email protected] && npm install @cityofzion/neon-js-neo3@npm:@cityofzion/[email protected] && npm install @cityofzion/neon-core-neo3@npm:@cityofzion/[email protected]",
"debug": "ng serve --port 4200 --open true",
"start": "ng serve --port 4200",
"build": "ng build --prod && yarn build:crx",
"lint": "ng lint",
"http": "http-server dist",
"build:crx": "yarn webpack --config extension/webpack.config.js",
"webpack": "node --max_old_space_size=4096 node_modules/webpack/bin/webpack.js",
"postinstall": "node patch.js"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "^0.901.9",
"@angular/animations": "^9.1.11",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.11",
"@angular/compiler": "^9.1.11",
"@angular/core": "^9.1.11",
"@angular/forms": "^9.1.11",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "^9.1.11",
"@angular/platform-browser-dynamic": "^9.1.11",
"@angular/router": "^9.1.11",
"@cityofzion/neon-core-neo3": "npm:@cityofzion/neon-core@^5.0.0-next.12",
"@cityofzion/neon-js": "npm:@cityofzion/neon-js@^4.8.0",
"@cityofzion/neon-js-neo3": "npm:@cityofzion/neon-js@^5.0.0-next.12",
"@types/crypto-js": "^3.1.47",
"@types/elliptic": "^6.4.12",
"@types/mathjs": "^6.0.5",
"@types/wif": "^2.0.1",
"acorn": "^7.3.1",
"asynclist": "^0.0.3",
"core-js": "^3.6.5",
"ecstatic": "^4.1.4",
"hammerjs": "^2.0.8",
"kind-of": "^6.0.3",
"lodash": "^4.17.19",
"mathjs": "^7.0.1",
"minimist": "^1.2.5",
"npm-registry-fetch": "^4.0.5",
"tslib": "^2.0.0",
"webpack-subresource-integrity": "^1.5.1",
"websocket-extensions": "^0.1.4",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.1.0",
"@angular-builders/dev-server": "^7.3.1",
"@angular/cli": "^9.1.9",
"@angular/compiler-cli": "^9.1.11",
"@angular/language-service": "^9.1.11",
"@types/node": "^14.0.13",
"codelyzer": "~5.2.2",
"copy-webpack-plugin": "^6.0.2",
"http-server": "^0.12.3",
"ts-loader": "^7.0.5",
"ts-node": "~8.10.2",
"tslint": "~6.1.2",
"typescript": "~3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"resolutions": {
"minimist": "^1.2.5",
"acorn": "^7.3.1",
"kind-of": "^6.0.3",
"ecstatic": "^4.1.4",
"websocket-extensions": "^0.1.4",
"npm-registry-fetch": "^4.0.5",
"lodash": "^4.17.19",
"webpack-subresource-integrity": "^1.5.1"
}
}