-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "test-ngx-translate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "http-server --cors",
"tsc": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/i18next-xhr-backend": "^1.4.2",
"@types/jquery": "^3.3.2",
"@types/node": "^10.1.4",
"@types/rx": "^4.1.1",
"i18next": "^17.0.11",
"i18next-sync-fs-backend": "^1.1.1",
"i18next-xhr-backend": "^3.1.1",
"i18nextify": "^2.4.0",
"jquery": "^3.4.1",
"jquery-i18n": "^1.0.1",
"jquery-i18next": "^1.2.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"moment-with-locales-es6": "^1.0.1",
"numeral": "^2.0.6",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0",
"ts-node": "^6.0.5"
},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/jsdom": "^11.0.4",
"@types/mocha": "^5.2.0",
"@types/reflect-metadata": "^0.1.0",
"@types/sinon": "^5.0.1",
"chai": "^4.1.2",
"jsdom": "^11.11.0",
"mocha": "^5.2.0",
"reflect-metadata": "^0.1.12",
"sinon": "^5.0.10",
"typescript": "^3.5.3",
"xmlhttprequest": "^1.8.0"
}
}