-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "my-subscriptions",
"private": true,
"license": "UNLICENSED",
"scripts": {
"lint": "cd ./apps/vtex-my-subscriptions-3/react && yarn lint",
"test": "cd ./apps/vtex-my-subscriptions-3/react && yarn test",
"locales:lint": "intl-equalizer",
"locales:fix": "intl-equalizer --fix",
"verify": "yarn lint && yarn locales:lint && yarn locales:fix && yarn test"
},
"intl-equalizer": {
"referenceLocale": "en",
"localeDirectory": "./apps/vtex-my-subscriptions-3/messages"
},
"husky": {
"hooks": {
"pre-push": "yarn verify"
}
},
"devDependencies": {
"@vtex/intl-equalizer": "^2.4.2",
"@vtex/prettier-config": "0.x",
"@vtex/test-tools": "^3.4.3",
"@apollo/react-testing": "3",
"react-intl": "3",
"recompose": "^0.30.0",
"@vtex/styleguide": "^9.91.4",
"@types/recompose": "^0.30.3",
"eslint": "^6.8.0",
"eslint-config-vtex": "12.x",
"eslint-config-vtex-react": "6.x",
"husky": "^4.2.0",
"prettier": "^2.0.5",
"typescript": "^3.7.5"
}
}