-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.65 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"author": "Exygy",
"description": "Affordable housing portal for the Bay Area.",
"license": "GPL-3.0",
"dependencies": {
"angular": "1.7.8",
"angular-aria": "^1.7.8",
"angular-carousel": "^1.1.0",
"angular-clipboard": "^1.7.0",
"angular-cookie": "^4.1.0",
"angular-filter": "^0.5.17",
"angular-foundation": "github:Exygy/angular-foundation-bower#1f2df77d7c4336ec33b90e4c036962b28becd725",
"angular-linkify": "^2.0.0",
"angular-loading-overlay": "^1.1.1",
"angular-messages": "^1.7.8",
"angular-mocks": "^1.7.8",
"angular-pageslide-directive": "^2.2.0",
"angular-sanitize": "1.7.8",
"angular-scroll": "^1.0.2",
"angular-touch": "^1.7.8",
"angular-translate": "2.18.1",
"angular-translate-loader-static-files": "^2.18.1",
"angular-ui-mask": "^1.8.7",
"angular-ui-router": "^0.4.3",
"angular-ui-router-title": "^0.1.1",
"angular-ui-validate": "^1.2.3",
"angular-uuid": "^0.0.4",
"hammerjs": "^2.0.8",
"js-yaml": "^3.13.1",
"lodash": "^4.17.13",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"ng-currency": "^1.2.8",
"ng-file-upload": "^12.2.13",
"ng-idle": "^1.3.2",
"ng-text-truncate": "https://github.com/Exygy/ng-text-truncate",
"ngstorage": "^0.3.11",
"raven-js": "3.26.4",
"webdriver-manager": "^12.1.4"
},
"devDependencies": {
"chai": "4.0.2",
"chai-as-promised": "7.0.0",
"chance": "1.0.10",
"coffee-script": "1.12.7",
"coffeelint": "^2.1.0",
"cucumber": "^2.3.1",
"dotenv": "2.0.0",
"grunt": "^1.0.3",
"grunt-angular-translate": "^1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-copy": "0.8.1",
"grunt-json-remove-fields": "github:Exygy/grunt-json-remove-fields#b97bb83",
"grunt-replace-regex": "^1.0.3",
"grunt-sort-json": "0.0.5",
"protractor": "^5.4.2",
"protractor-cucumber-framework": "^6.1.1"
},
"engines": {
"node": "12",
"yarn": "1.x.x"
},
"scripts": {
"protractor": "./node_modules/protractor/bin/protractor spec/e2e/conf.js",
"rails-create-db-files": "bundle exec rails g dahlia_data_models:install",
"rails-delete-db-files": "rm ./db/migrate/* ./db/schema.rb ./db/seeds.rb; rm -rf ./db/seed_data",
"rails-recreate-test-db": "RAILS_ENV=test bundle exec rails db:drop; RAILS_ENV=test bundle exec rails db:create; RAILS_ENV=test bundle exec rails db:migrate; RAILS_ENV=test bundle exec rails db:seed;",
"rails-setup-test": "yarn rails-create-db-files; yarn rails-recreate-test-db; RAILS_ENV=test PORT=3001 bundle exec rails s -p 3001 --pid tmp/pids/server_test.pid &",
"rails-teardown-test": "kill $(cat tmp/pids/server_test.pid); yarn rails-delete-db-files",
"saucelabs": "./node_modules/protractor/bin/protractor spec/e2e/conf-saucelabs.js",
"webdriver-start": "./node_modules/protractor/bin/webdriver-manager start",
"webdriver-update": "./node_modules/protractor/bin/webdriver-manager update"
},
"cacheDirectories": [
"node_modules"
],
"keywords": [
"angular",
"rails"
],
"name": "dahlia-listings",
"repository": {
"type": "git",
"url": "https://github.com/Exygy/dahlia-listings"
},
"version": "1.0.0",
"resolutions": {
"webdriver-manager": "12.1.4",
"chalk": "2.4.1",
"glob": "7.1.3",
"minimist": "1.2.0",
"q": "1.5.1",
"rimraf": "2.6.3",
"ansi-styles": "3.2.1",
"strip-ansi": "4.0.0",
"supports-color": "5.5.0",
"ansi-regex": "3.0.0",
"safe-buffer": "5.1.2",
"ajv": "6.8.1",
"punycode": "2.1.1",
"extsprintf": "1.4.0",
"type-detect": "4.0.3",
"debug": "3.2.6",
"js-yaml": "3.9.0",
"lodash": "4.17.13",
"progress": "2.0.0",
"strip-bom": "3.0.0",
"strip-json-comments": "2.0.1",
"readable-stream": "2.3.3",
"string_decoder": "1.0.3",
"ms": "2.1.1",
"acorn": "5.1.1",
"figures": "2.0.0",
"string-width": "2.1.1",
"is-fullwidth-code-point": "2.0.0",
"argparse": "1.0.10",
"esprima": "4.0.0",
"wordwrap": "1.0.0",
"resolve": "1.3.3",
"coffeescript": "2.3.1",
"colors": "1.3.2",
"indent-string": "3.2.0",
"core-js": "2.5.7",
"es6-promise": "4.2.5",
"tmp": "0.0.33",
"eslint/**/is-my-json-valid": "2.20.0"
}
}