-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
134 lines (134 loc) · 4.05 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
129
130
131
132
133
134
{
"dependencies": {
"@activeadmin/activeadmin": "^2.9.0",
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-export-namespace-from": "^7.14.5",
"@babel/plugin-proposal-function-sent": "^7.14.5",
"@babel/plugin-proposal-json-strings": "^7.14.2",
"@babel/plugin-proposal-numeric-separator": "^7.14.2",
"@babel/plugin-proposal-object-rest-spread": "^7.14.2",
"@babel/plugin-proposal-throw-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.14.7",
"@glidejs/glide": "^3.4.1",
"@googlemaps/google-maps-services-js": "^3.1.16",
"@rails/ujs": "^6.1.4",
"@rails/webpacker": "^5.2.1",
"@vonagevolta/volta2": "^0.1.6",
"algoliasearch": "^4.10.3",
"autoprefixer": "9.8.6",
"babel-loader": "^8.2.2",
"babel-preset-babili": "^0.1.4",
"chart.js": "^3.4.1",
"chartkick": "^4.0.5",
"clipboard": "^2.0.8",
"coffee-loader": "^1.0.1",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^6.1.1",
"css-loader": "^5.2.7",
"dotenv": "^10.0.0",
"fetch-mock": "^9.11.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.6.3",
"glob": "^7.1.7",
"gsap": "^3.7.0",
"https-proxy-agent": "^5.0.0",
"jquery": "^3.6.0",
"js-yaml": "4.1.0",
"jsrsasign": "^10.3.0",
"kind-of": "^6.0.3",
"lodash": "^4.17.21",
"markdown-spellcheck": "^1.3.1",
"mermaid": "^8.11.0",
"node-sass": "^5.0.0",
"path-complete-extname": "^1.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "3.0.0",
"postcss-smart-import": "^0.7.5",
"precss": "^4.0.0",
"prop-types": "^15.7.2",
"rails-erb-loader": "^5.1.0",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^10.1.1",
"serialize-javascript": "^5.0.1",
"sha1-file": "^1.0.0",
"style-loader": "^2.0.0",
"underscore": "^1.13.1",
"vue": "^2.6.14",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.14",
"webfontloader": "^1.6.28",
"webpack": "^4.44.2",
"webpack-manifest-plugin": "^3.1.1",
"webpack-merge": "^5.8.0",
"websocket-extensions": "^0.1.4",
"whatwg-fetch": "^3.6.2"
},
"resolutions": {
"acorn": "^6.4.1",
"minimist": "^1.2.2",
"kind-of": "^6.0.3",
"jpeg-js": "^0.4.0",
"http-proxy": "^1.18.1",
"serialize-javascript": "^5.0.1",
"url-regex": "^5.0.0",
"marked": "^0.7.0",
"is-svg": "^4.2.2",
"ssri": "^8.0.1"
},
"devDependencies": {
"@vue/test-utils": "1.2.1",
"alex": "^9.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"flush-promises": "^1.0.2",
"jest": "^26.6.3",
"node-fetch": "^2.6.1",
"vue-jest": "^3.0.7",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-dev-server": "^3.11.2"
},
"version": "1.1.0",
"engines": {
"node": ">= 12.0.0 < 15",
"yarn": ">=0.25.2"
},
"scripts": {
"bundle:size": "rm -f stats.json report.html 2>/dev/null && RAILS_ENV=production NODE_ENV=production lib/nexmo-developer/bin/webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json lib/nexmo-developer/public/packs --mode static --display-chunks --display-modules",
"test": "jest"
},
"jest": {
"roots": [
"lib/nexmo_developer/spec/javascript"
],
"moduleDirectories": [
"node_modules",
"lib/nexmo_developer/app/webpacker/javascript",
"lib/nexmo_developer/spec"
],
"verbose": true,
"moduleFileExtensions": [
"js",
"json",
"vue",
"woff2"
],
"transform": {
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest"
},
"transformIgnorePatterns": [
"node_modules/"
]
}
}