-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
{
"name": "frint-intl",
"description": "Internationalize FrintJS applications",
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"transpile": "lerna run transpile",
"lint": "lerna run lint",
"cover": "lerna run cover",
"test": "lerna run test",
"alex": "alex .",
"dist": "lerna run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frintjs/frint-intl.git"
},
"author": "frint-intl Authors (https://github.com/frintjs/frint-intl/graphs/contributors)",
"license": "MIT",
"bugs": {
"url": "https://github.com/frintjs/frint-intl/issues"
},
"homepage": "https://github.com/frintjs/frint-intl#readme",
"dependencies": {
"rxjs": "^5.5.6"
},
"devDependencies": {
"alex": "^5.0.0",
"babel-cli": "^6.10.1",
"babel-core": "^6.13.2",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.0",
"babel-preset-travix": "^1.1.0",
"babel-register": "^6.9.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.1.0",
"eslint-config-travix": "^4.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^7.0.1",
"frint": "^5.2.1",
"frint-config": "^5.2.1",
"frint-react": "^5.2.1",
"istanbul": "^1.1.0-alpha.1",
"istanbul-combine": "^0.3.0",
"jest": "^22.0.4",
"lerna": "^2.0.0-beta.38",
"lerna-changelog": "^0.7.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.2.0",
"webpack": "^3.0.0"
}
}