-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.51 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
79
{
"name": "angular-truffle-box",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod --base-href /culottes/ --deploy-url /culottes/ --output-path docs",
"test": "ng test --watch=false",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "node patch.js",
"deploy": "ng build --prod --base-href /culottes/ --deploy-url /culottes/ --output-path docs && npx ngh --dir=docs",
"snyk-protect": "snyk protect",
"prepublish": "export NODE_OPTIONS=--max-old-space-size=4096 && echo 'I would run this if it did not fail : npm run snyk-protect'",
"int:extract": "ng xi18n --output-path locale"
},
"private": true,
"dependencies": {
"@angular-devkit/build-angular": "~0.803.26",
"@angular/animations": "8.2.2",
"@angular/cdk": "^8.2.3",
"@angular/cli": "^8.3.29",
"@angular/common": "8.2.2",
"@angular/compiler": "8.2.2",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "8.2.2",
"@angular/localize": "^9.1.12",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "8.2.2",
"@angular/platform-browser-dynamic": "8.2.2",
"@angular/platform-server": "8.2.2",
"@angular/router": "8.2.2",
"@babel/polyfill": "^7.10.4",
"@types/jasmine": "^3.5.12",
"@types/jasminewd2": "^2.0.6",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.54",
"chai": "^4.2.0",
"core-js": "^2",
"dotenv": "^8.0.0",
"ethers": "^5.0.26",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^5.1.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng": "0.0.0",
"ng2-semantic-ui": "^0.9.7",
"ngx-clipboard": "^12.3.1",
"protractor": "^7.0.0",
"protractor-console-plugin": "^0.1.1",
"rxjs": "^6.6.2",
"snyk": "^1.374.0",
"truffle": "^5.1.54",
"truffle-contract": "^4.0.28",
"truffle-hdwallet-provider": "^1.0.16",
"truffle-privatekey-provider": "^1.3.0",
"ts-node": "^8.10.2",
"tslib": "^1.13.0",
"typescript": "^3.5.3",
"web3": "1.3.2",
"webpack": "^4.44.1",
"webpack-dev-server": "^3.11.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/core": "8.2.1",
"@angular/language-service": "8.2.2",
"codelyzer": "^5.2.2",
"karma-cli": "^2.0.0",
"prettier": "^1.19.1",
"tslint": "^5.18.0"
},
"snyk": true
}