-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 943 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
{
"name": "@upinion/intl",
"version": "1.13.1",
"description": "Everything related to the internationalization of our systems.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Upinion/intl/"
},
"author": "Upinion",
"license": "ISC",
"bugs": {
"url": "https://github.com/Upinion/intl/issues"
},
"dependencies": {
"@upinion/intl-translations": "git+ssh://[email protected]/Upinion/intl-translations.git",
"react-intl": "git+ssh://[email protected]/Upinion/react-intl.git#webapp",
"underscore": "^1.13.4"
},
"devDependencies": {
"eslint": "^4.7.1",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0"
},
"scripts": {
"postinstall": "node scripts/replaceDynamicImports.js"
}
}