11{
2- "name" : " habitat" ,
3- "version" : " 0.8.0" ,
4- "repository" : {
5- "type" : " git" ,
6- "url" : " https://github.com/habitat-sh/builder.git"
7- },
8- "engines" : {
9- "node" : " >=14.18.1" ,
10- "npm" : " >=6.14.15"
11- },
12- "license" : " Apache-2.0" ,
13- "scripts" : {
14- "build" : " concurrently \" npm run build-js\" \" npm run build-css\" " ,
15- "build-css" : " bin/build-css" ,
16- "build-css-watch" : " npm run build-css -- --source-map=true --watch" ,
17- "build-e2e" : " bin/e2e" ,
18- "build-js" : " npm run lint-js && webpack --config webpack.conf.js" ,
19- "build-js-watch" : " npm run build-js -- --watch" ,
20- "clean" : " concurrently \" npm run clean-js\" \" npm run clean-css\" " ,
21- "clean-css" : " rm -fv assets/app.css assets/app.css.map" ,
22- "clean-js" : " rm -fv assets/app.js assets/app.js.map" ,
23- "dist" : " bin/dist" ,
24- "lint" : " concurrently \" npm run lint-css\" \" npm run lint-js\" " ,
25- "lint-css" : " sass-lint --format json --verbose stylesheets**/*.scss app**/*.scss" ,
26- "lint-css-watch" : " watch 'npm run lint-css'" ,
27- "lint-js" : " tslint app**/*.ts" ,
28- "lint-js-watch" : " watch 'npm run lint-js'" ,
29- "help" : " cat README.md" ,
30- "repl" : " cd app && tsun" ,
31- "serve-e2e" : " lite-server -c ./bs-config.e2e.js" ,
32- "start" : " bin/start" ,
33- "test" : " npm run test-unit && npm run test-e2e" ,
34- "test-unit" : " karma start" ,
35- "test-unit-watch" : " npm run test-unit -- --no-single-run" ,
36- "test-watch" : " concurrently 'npm run test-unit-watch' 'npm run test-e2e-watch'" ,
37- "travis" : " npm run test-unit && npm run test-e2e-record"
38- },
39- "dependencies" : {
40- "@angular/animations" : " ^6.1.3" ,
41- "@angular/cdk" : " ^6.4.6" ,
42- "@angular/common" : " ^6.1.3" ,
43- "@angular/compiler" : " ^6.1.3" ,
44- "@angular/core" : " ^6.1.3" ,
45- "@angular/forms" : " ^6.1.3" ,
46- "@angular/http" : " ^6.1.3" ,
47- "@angular/material" : " ^6.4.6" ,
48- "@angular/platform-browser" : " ^6.1.3" ,
49- "@angular/platform-browser-dynamic" : " ^6.1.3" ,
50- "@angular/platform-server" : " ^6.1.3" ,
51- "@angular/router" : " ^6.1.3" ,
52- "ansi_up" : " ^5.0.0" ,
53- "async" : " ^2.6.1" ,
54- "blueimp-md5" : " ^2.10.0" ,
55- "core-js" : " ^2.5.7" ,
56- "immutable" : " ^3.8.2" ,
57- "js-cookie" : " ^2.2.0" ,
58- "lodash" : " ^4.17.21" ,
59- "marked" : " ^15.0.6" ,
60- "moment" : " ^2.30.1" ,
61- "redux" : " ^4.0.0" ,
62- "redux-reset" : " ^0.3.0" ,
63- "redux-thunk" : " ^2.3.0" ,
64- "reflect-metadata" : " ^0.1.12" ,
65- "rxjs" : " ^6.2.2" ,
66- "uuid" : " ^3.3.2" ,
67- "whatwg-fetch" : " ^2.0.4" ,
68- "zone.js" : " ^0.8.26"
69- },
70- "devDependencies" : {
71- "@types/jasmine" : " ^2.8.17" ,
72- "@types/node" : " ^8.10.66" ,
73- "awesome-typescript-loader" : " ^5.2.1" ,
74- "codelyzer" : " ^4.4.4" ,
75- "concurrently" : " ^3.6.1" ,
76- "http-proxy-middleware" : " ^0.19.2" ,
77- "jasmine-core" : " ^3.7.1" ,
78- "karma" : " ^6.4.4" ,
79- "karma-chrome-launcher" : " ^3.1.0" ,
80- "karma-cli" : " ^2.0.0" ,
81- "karma-coverage" : " ^2.0.3" ,
82- "karma-jasmine" : " ^2.0.1" ,
83- "karma-jasmine-html-reporter" : " ^1.6.0" ,
84- "karma-phantomjs-launcher" : " ^1.0.4" ,
85- "karma-sourcemap-loader" : " ^0.3.8" ,
86- "karma-spec-reporter" : " 0.0.32" ,
87- "karma-webpack" : " ^5.0.1" ,
88- "lite-server" : " ^2.6.1" ,
89- "loader-utils" : " ^1.4.2" ,
90- "ng2-mock-component" : " ^0.1.0" ,
91- "node- sass" : " ^8.0.0 " ,
92- "normalize-scss" : " ^7.0.0" ,
93- "phantomjs-prebuilt" : " ^2.1.16" ,
94- "raw-loader" : " ^0.5.1" ,
95- "sass-lint" : " ^1.13.1" ,
96- "ts-node" : " ^7.0.1" ,
97- "tslint" : " ^5.20.1" ,
98- "tslint-loader" : " ^3.5.2" ,
99- "tsun" : " ^0.5.0" ,
100- "typescript" : " ^3.9.9" ,
101- "watch" : " ^1.0.2" ,
102- "webpack" : " ^5.93.0" ,
103- "webpack-cli" : " ^5.1.4"
104- }
105- }
2+ "name" : " habitat" ,
3+ "version" : " 0.8.0" ,
4+ "repository" : {
5+ "type" : " git" ,
6+ "url" : " https://github.com/habitat-sh/builder.git"
7+ },
8+ "engines" : {
9+ "node" : " >=14.18.1" ,
10+ "npm" : " >=6.14.15"
11+ },
12+ "license" : " Apache-2.0" ,
13+ "scripts" : {
14+ "build" : " concurrently \" npm run build-js\" \" npm run build-css\" " ,
15+ "build-css" : " bin/build-css" ,
16+ "build-css-watch" : " npm run build-css -- --source-map=true --watch" ,
17+ "build-e2e" : " bin/e2e" ,
18+ "build-js" : " npm run lint-js && webpack --config webpack.conf.js" ,
19+ "build-js-watch" : " npm run build-js -- --watch" ,
20+ "clean" : " concurrently \" npm run clean-js\" \" npm run clean-css\" " ,
21+ "clean-css" : " rm -fv assets/app.css assets/app.css.map" ,
22+ "clean-js" : " rm -fv assets/app.js assets/app.js.map" ,
23+ "dist" : " bin/dist" ,
24+ "lint" : " concurrently \" npm run lint-css\" \" npm run lint-js\" " ,
25+ "lint-css" : " sass-lint --format json --verbose stylesheets**/*.scss app**/*.scss" ,
26+ "lint-css-watch" : " watch 'npm run lint-css'" ,
27+ "lint-js" : " tslint app**/*.ts" ,
28+ "lint-js-watch" : " watch 'npm run lint-js'" ,
29+ "help" : " cat README.md" ,
30+ "repl" : " cd app && tsun" ,
31+ "serve-e2e" : " lite-server -c ./bs-config.e2e.js" ,
32+ "start" : " bin/start" ,
33+ "test" : " npm run test-unit && npm run test-e2e" ,
34+ "test-unit" : " karma start" ,
35+ "test-unit-watch" : " npm run test-unit -- --no-single-run" ,
36+ "test-watch" : " concurrently 'npm run test-unit-watch' 'npm run test-e2e-watch'" ,
37+ "travis" : " npm run test-unit && npm run test-e2e-record"
38+ },
39+ "dependencies" : {
40+ "@angular/animations" : " ^6.1.3" ,
41+ "@angular/cdk" : " ^6.4.6" ,
42+ "@angular/common" : " ^6.1.3" ,
43+ "@angular/compiler" : " ^6.1.3" ,
44+ "@angular/core" : " ^6.1.3" ,
45+ "@angular/forms" : " ^6.1.3" ,
46+ "@angular/http" : " ^6.1.3" ,
47+ "@angular/material" : " ^6.4.6" ,
48+ "@angular/platform-browser" : " ^6.1.3" ,
49+ "@angular/platform-browser-dynamic" : " ^6.1.3" ,
50+ "@angular/platform-server" : " ^6.1.3" ,
51+ "@angular/router" : " ^6.1.3" ,
52+ "ansi_up" : " ^5.0.0" ,
53+ "async" : " ^2.6.1" ,
54+ "blueimp-md5" : " ^2.10.0" ,
55+ "core-js" : " ^2.5.7" ,
56+ "immutable" : " ^3.8.2" ,
57+ "js-cookie" : " ^2.2.0" ,
58+ "lodash" : " ^4.17.21" ,
59+ "marked" : " ^15.0.6" ,
60+ "moment" : " ^2.30.1" ,
61+ "redux" : " ^4.0.0" ,
62+ "redux-reset" : " ^0.3.0" ,
63+ "redux-thunk" : " ^2.3.0" ,
64+ "reflect-metadata" : " ^0.1.12" ,
65+ "rxjs" : " ^6.2.2" ,
66+ "uuid" : " ^3.3.2" ,
67+ "whatwg-fetch" : " ^2.0.4" ,
68+ "zone.js" : " ^0.8.26"
69+ },
70+ "devDependencies" : {
71+ "@types/jasmine" : " ^2.8.17" ,
72+ "@types/node" : " ^8.10.66" ,
73+ "awesome-typescript-loader" : " ^5.2.1" ,
74+ "codelyzer" : " ^4.4.4" ,
75+ "concurrently" : " ^3.6.1" ,
76+ "http-proxy-middleware" : " ^0.19.2" ,
77+ "jasmine-core" : " ^3.7.1" ,
78+ "karma" : " ^6.4.4" ,
79+ "karma-chrome-launcher" : " ^3.1.0" ,
80+ "karma-cli" : " ^2.0.0" ,
81+ "karma-coverage" : " ^2.0.3" ,
82+ "karma-jasmine" : " ^2.0.1" ,
83+ "karma-jasmine-html-reporter" : " ^1.6.0" ,
84+ "karma-phantomjs-launcher" : " ^1.0.4" ,
85+ "karma-sourcemap-loader" : " ^0.3.8" ,
86+ "karma-spec-reporter" : " 0.0.32" ,
87+ "karma-webpack" : " ^5.0.1" ,
88+ "lite-server" : " ^2.6.1" ,
89+ "loader-utils" : " ^1.4.2" ,
90+ "ng2-mock-component" : " ^0.1.0" ,
91+ " sass" : " ^1.69.5 " ,
92+ "normalize-scss" : " ^7.0.0" ,
93+ "phantomjs-prebuilt" : " ^2.1.16" ,
94+ "raw-loader" : " ^0.5.1" ,
95+ "sass-lint" : " ^1.13.1" ,
96+ "ts-node" : " ^7.0.1" ,
97+ "tslint" : " ^5.20.1" ,
98+ "tslint-loader" : " ^3.5.2" ,
99+ "tsun" : " ^0.5.0" ,
100+ "typescript" : " ^3.9.9" ,
101+ "watch" : " ^1.0.2" ,
102+ "webpack" : " ^5.93.0" ,
103+ "webpack-cli" : " ^5.1.4"
104+ }
105+ }
0 commit comments