-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
Copy pathpackage.json
155 lines (155 loc) · 6.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"name": "next-right-now",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "now dev --listen 8888",
"build": "yarn test:once && next build",
"next": "next start",
"svg": "npx svgr -d src/svg src/svg --ext tsx --template ./src/utils/svgTemplate.ts",
"deploy": "yarn deploy:customer1",
"deploy:all": "yarn deploy:customer1 && yarn deploy:customer2",
"deploy:all:production": "yarn deploy:customer1:production && yarn deploy:customer2:production",
"deploy:all:all": "yarn deploy:all && yarn deploy:all:production",
"deploy:customer1:all": "yarn deploy:customer1 && yarn deploy:customer1:production",
"deploy:customer1": "yarn now:cleanup && now --confirm --local-config=now.customer1.staging.json --debug",
"deploy:customer1:production": "yarn now:cleanup && now --confirm --local-config=now.customer1.production.json --prod --debug",
"deploy:customer2:all": "yarn deploy:customer2 && yarn deploy:customer2:production",
"deploy:customer2": "yarn now:cleanup && now --confirm --local-config=now.customer2.staging.json --debug",
"deploy:customer2:production": "yarn now:cleanup && now --confirm --local-config=now.customer2.production.json --prod --debug",
"now:cleanup": "npx del-cli .now/",
"e2e": "yarn e2e:run",
"e2e:all:production": "yarn e2e:customer1:production && yarn e2e:customer2:production",
"e2e:customer1:production": "CYPRESS_STAGE=customer1 yarn e2e:run",
"e2e:customer1:production:open": "CYPRESS_STAGE=customer1 yarn e2e:open",
"e2e:customer2:production": "CYPRESS_STAGE=customer2 yarn e2e:run",
"e2e:customer2:production:open": "CYPRESS_STAGE=customer2 yarn e2e:open",
"e2e:install": "cypress install",
"e2e:open": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress open --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:run": "CYPRESS_STAGE=${CYPRESS_STAGE:-development}; cypress run --config-file cypress/config-$CYPRESS_STAGE.json",
"e2e:ci": "yarn e2e:install && cypress run --record",
"preversion": "yarn lint:once && yarn test:once",
"release": "yarn bump --commit --tag && git add CHANGELOG.md README.md && git commit --amend --no-edit && git push && git push --tags",
"doc:start": "cd docs/ && bundle exec jekyll serve --config _config-development.yml",
"doc:start:fast": "cd docs/ && bundle exec jekyll serve --config _config-development.yml --incremental",
"doc:gem:install": "cd docs/ && bundle install",
"lint": "esw src/ -w --ext .ts --ext .tsx",
"lint:once": "eslint src/ --ext .ts --ext .tsx",
"lint:fix": "eslint src/ --ext .ts --ext .tsx --fix",
"lint:fix:preview": "eslint src/ --ext .ts --ext .tsx --fix-dry-run",
"test": "NODE_ENV=test jest --watchAll",
"test:once": "NODE_ENV=test jest",
"test:coverage": "NODE_ENV=test jest --coverage",
"security:audit": "yarn audit",
"packages:upgrade": "yarn upgrade-interactive --latest"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
]
},
"dependencies": {
"@amplitude/react-amplitude": "1.0.0",
"@apollo/react-ssr": "3.1.4",
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@fortawesome/fontawesome-svg-core": "1.2.28",
"@fortawesome/free-brands-svg-icons": "5.13.0",
"@fortawesome/free-solid-svg-icons": "5.13.0",
"@fortawesome/react-fontawesome": "0.1.9",
"@sentry/browser": "5.15.4",
"@sentry/node": "5.15.4",
"@unly/universal-language-detector": "2.0.3",
"@unly/utils": "1.0.3",
"@unly/utils-simple-logger": "1.4.0",
"amplitude-js": "5.10.0",
"animate.css": "3.7.2",
"apollo-boost": "0.4.7",
"apollo-cache-inmemory": "1.6.5",
"apollo-client": "2.6.8",
"apollo-link-http": "1.5.16",
"bootstrap": "4.4.1",
"classnames": "2.2.6",
"cookies": "0.8.0",
"css-to-react-native": "3.0.0",
"deepmerge": "4.2.2",
"emotion-theming": "10.0.27",
"graphql": "15.0.0",
"graphql-tag": "2.10.3",
"i18next": "19.3.4",
"i18next-locize-backend": "3.1.1",
"i18next-node-locize-backend": "3.1.0",
"isomorphic-unfetch": "3.0.0",
"js-cookie": "2.2.1",
"json-stringify-safe": "5.0.1",
"locize-editor": "3.0.0",
"locize-node-lastused": "2.0.0",
"lodash.clonedeep": "4.5.0",
"lodash.find": "4.6.0",
"lodash.get": "4.4.2",
"lodash.includes": "4.3.0",
"lodash.isarray": "4.0.0",
"lodash.isempty": "4.4.0",
"lodash.isplainobject": "4.0.6",
"lodash.map": "4.6.0",
"lodash.remove": "4.7.0",
"lodash.xorby": "4.7.0",
"next": "9.3.6",
"next-cookies": "2.0.3",
"next-with-apollo": "5.0.0",
"prop-types": "15.7.2",
"rc-tooltip": "4.0.3",
"react": "16.13.1",
"react-apollo": "3.1.4",
"react-dom": "16.13.1",
"react-i18next": "11.3.4",
"react-style-proptype": "3.2.2",
"reactstrap": "8.4.1",
"recompose": "0.30.0",
"webfontloader": "1.6.28",
"winston": "3.2.1"
},
"devDependencies": {
"@now/node": "1.5.0",
"@svgr/cli": "5.3.0",
"@types/amplitude-js": "5.8.0",
"@types/cookies": "0.7.4",
"@types/jest": "25.1.5",
"@types/js-cookie": "2.2.5",
"@types/lodash.clonedeep": "4.5.6",
"@types/lodash.find": "4.6.6",
"@types/lodash.get": "4.4.6",
"@types/lodash.includes": "4.3.6",
"@types/lodash.isarray": "4.0.6",
"@types/lodash.isempty": "4.4.6",
"@types/lodash.isplainobject": "4.0.6",
"@types/lodash.map": "4.6.13",
"@types/lodash.remove": "4.7.6",
"@types/lodash.xorby": "4.7.6",
"@types/react": "16.9.32",
"@types/webfontloader": "1.6.29",
"@types/webpack-env": "1.15.1",
"@typescript-eslint/eslint-plugin": "2.26.0",
"@typescript-eslint/parser": "2.26.0",
"@zeit/next-css": "1.0.1",
"@zeit/next-source-maps": "0.0.4-canary.1",
"concurrently": "5.1.0",
"cross-env": "7.0.2",
"cypress": "4.3.0",
"del-cli": "3.0.0",
"eslint": "6.8.0",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"eslint-watch": "6.0.1",
"jest": "25.2.7",
"jest-extended": "0.11.5",
"node-mocks-http": "1.8.1",
"now": "17.1.1",
"react-test-renderer": "16.13.1",
"ts-jest": "25.3.0",
"typescript": "3.8.3",
"version-bump-prompt": "6.0.3"
}
}