forked from aeternity/aestudio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 3.36 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
80
81
82
83
84
85
86
{
"name": "fire-editor",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "npm run sophia && ng serve",
"start-win": "npm run sophia-win && ng serve",
"build": "npm run sophia && ng build && node inject-metadata.js",
"build-win": "npm run sophia-win && ng build && node inject-metadata.js",
"buildprod-nf": "npm run sophia && ng build --configuration=production && node inject-metadata.js",
"buildprod-ae": "rm -r ./dist/ && npm run sophia && ng build --configuration=ae && node inject-metadata.js && cp ./custom-modules/CNAME ./dist/",
"test": "ng test",
"postinstall": "npm run init && ngcc",
"lint": "ng lint",
"SuiInstallAndBuildAndMoveToEditorAndStart": "cd ng2-semantic-ui && npm install && npm run lib:compile && cd dist && npm pack && mv *.tgz ../../src/libs/ && cd ../../ && npm install && ng serve ",
"SuiBuildAndMoveToEditorAndStart": "cd ng2-semantic-ui && npm run lib:compile && cd dist && npm pack && mv *.tgz ../../src/libs/ && cd ../../ && npm install && ng serve",
"e2e": "ng e2e",
"init": "node patch.js && ./custom-modules/sophia-workaround.sh",
"init-win": "node patch.js && .\\custom-modules\\install-modified-logmonitor.sh && .\\custom-modules\\sophia-workaround.sh",
"sophia": "./custom-modules/sophia-workaround.sh",
"sophia-win": ".\\custom-modules\\sophia-workaround.sh",
"deploy": "npx angular-cli-ghpages"
},
"private": true,
"dependencies": {
"@aeternity/aepp-sdk": "^9.0.1",
"@angular-devkit/schematics": "^12.2.12",
"@angular/animations": "^9.1.1",
"@angular/common": "^9.1.1",
"@angular/compiler": "^9.1.1",
"@angular/compiler-cli": "^9.1.1",
"@angular/core": "^9.1.1",
"@angular/fire": "^5.2.3",
"@angular/forms": "^9.1.1",
"@angular/platform-browser": "^9.1.1",
"@angular/platform-browser-dynamic": "^9.1.1",
"@angular/router": "^9.1.1",
"@fortawesome/angular-fontawesome": "^0.6.1",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@uiowa/digit-only": "^1.3.0",
"bluebird": "^3.7.1",
"buffer": "^5.4.3",
"caniuse-lite": "^1.0.30001247",
"firebase": "^7.6.1",
"insert-line": "^1.1.0",
"ng-circle-progress": "^1.5.1",
"ng-click-outside": "^6.0.0",
"ng-inline-svg": "^10.0.0",
"ng2-semantic-ui": "^0.10.0-alpha.6",
"ngx-clipboard": "^12.2.0",
"ngx-monaco-editor": "^9.0.0",
"ngx-webstorage-service": "^4.1.0",
"path": "^0.12.7",
"requestretry": "^4.1.0",
"rxjs": "^6.5.5",
"stream": "0.0.2",
"tslib": "^1.11.1",
"uuid": "^3.3.2",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.1",
"@angular/cli": "^9.1.8",
"@angular/language-service": "~9.1.1",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^12.11.1",
"angular-cli-ghpages": "^0.6.2",
"codelyzer": "^5.1.2",
"insert-line": "^1.1.0",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"light-server": "^2.6.4",
"protractor": "~5.4.0",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "^3.8.3",
"typescript-require": "^0.2.10"
}
}