forked from projectfluent/fluent.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "fluent-javascript",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=8.9.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-async-generator-functions": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/polyfill": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/register": "^7.4.0",
"babel-eslint": "^10.0.1",
"colors": "^1.3.3",
"commander": "^2.20",
"core-js": "~3.4.8",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^6.6.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-mocha": "^5.3.0",
"esm": "^3.2.22",
"fuzzer": "^0.2.1",
"gh-pages": "^2.0.1",
"intl-pluralrules": "^1.0.0",
"jsdoc": "^3.5.5",
"mocha": "^6.1.2",
"nyc": "^13.3.0",
"prettyjson": "^1.2.1",
"rollup": "^1.9.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^4.2.4",
"rollup-plugin-visualizer": "^3.2.1"
}
}