forked from projectfluent/fluent.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 954 Bytes
/
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
{
"name": "fluent-javascript",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=10.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"babel-eslint": "^10.0.1",
"colors": "^1.3.3",
"commander": "^2.20",
"esdoc": "^1.1.0",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-jsx-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.16.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-node-resolve": "^4.2.2",
"typedoc": "^0.15.3",
"typescript": "^3.7.2"
}
}