forked from jerryseigle/nexmo-developer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.66 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
{
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@rails/webpacker": "^4.0.2",
"algoliasearch": "^3.24.9",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-preset-babili": "^0.1.4",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^2.1.0",
"dotenv": "^4.0.0",
"file-loader": "^0.11.2",
"foundation-sites": "^6.5.3",
"glob": "^7.1.2",
"gsap": "^1.20.2",
"jquery": "3.4.0",
"js-sequence-diagrams": "https://github.com/adambutler/js-sequence-diagrams.git#modularity",
"js-yaml": "3.13.1",
"jsrsasign": "^8.0.12",
"lodash": "^4.17.13",
"node-sass": "^4.11.0",
"path-complete-extname": "^0.1.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"precss": "^2.0.0",
"prop-types": "^15.7.2",
"puppeteer": "^1.13.0",
"rails-erb-loader": "^5.1.0",
"react": "^16.8.6",
"react-ace": "^5.9.0",
"react-dom": "^16.8.6",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"sha1-file": "^1.0.0",
"markdown-spellcheck": "^1.3.1",
"style-loader": "^0.18.2",
"webpack": "^4.0.0",
"webpack-merge": "^4.1.0",
"webpacker": "^4",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"version": "1.1.0",
"engines": {
"node": "> 8.0.0 <= 10",
"yarn": ">=0.25.2"
},
"scripts": {
"bundle:size": "rm -f stats.json report.html 2>/dev/null && RAILS_ENV=production NODE_ENV=production bin/webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json public/packs --mode static --display-chunks --display-modules"
}
}