-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.73 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
{
"name": "commercetools-custom-app-zeit-now",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "mc-scripts build",
"compile": "mc-scripts compile-html \\\n --headers=$(pwd)/headers.prod.json \\\n --config=$(pwd)/env.prod.json \\\n --use-local-assets \\\n --transformer $(pwd)/config/transformer-now.js",
"start": "mc-scripts start",
"start:prod:local": "NODE_ENV=production mc-http-server --config=$(pwd)/env.json --use-local-assets",
"i18n:build": "mc-scripts extract-intl --output-path=$(pwd)/src/i18n/data 'src/**/!(*.spec).js' --build-translations",
"test": "jest --config jest.test.config.js",
"test:watch": "jest --config jest.test.config.js --watch"
},
"dependencies": {
"@commercetools-frontend/actions-global": "16.6.0",
"@commercetools-frontend/application-components": "16.6.0",
"@commercetools-frontend/application-shell": "16.6.0",
"@commercetools-frontend/assets": "16.0.0",
"@commercetools-frontend/i18n": "16.6.0",
"@commercetools-frontend/mc-http-server": "16.6.0",
"@commercetools-frontend/permissions": "16.6.0",
"@commercetools-uikit/flat-button": "10.16.0",
"@commercetools-uikit/icons": "10.15.1",
"@commercetools-uikit/spacings": "10.15.1",
"@commercetools-uikit/text": "10.15.1",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-apollo": "3.1.4",
"react-dom": "16.13.1",
"react-intl": "3.4.0",
"react-redux": "7.2.0",
"react-router-dom": "5.1.2",
"redux": "4.0.5"
},
"devDependencies": {
"@commercetools-frontend/jest-preset-mc-app": "16.6.0",
"@commercetools-frontend/mc-scripts": "16.6.0",
"@testing-library/react": "10.0.2",
"enzyme": "3.11.0",
"jest": "25.2.7"
}
}