|
2 | 2 | "name": "@shopify/argo-playground",
|
3 | 3 | "version": "0.0.64",
|
4 | 4 | "private": true,
|
5 |
| - "browserslist": [ |
6 |
| - "extends @shopify/browserslist-config" |
7 |
| - ], |
8 | 5 | "scripts": {
|
9 |
| - "build": "webpack", |
10 |
| - "build-mobile": "rm -rf ./dist && webpack --config ./webpack.mobile.config.js", |
| 6 | + "clean": "rm -rf ./dist", |
| 7 | + "build": "yarn run clean && webpack", |
| 8 | + "build:prod": "yarn run clean && NODE_ENV=production && webpack -p", |
| 9 | + "build-mobile": "yarn run clean && webpack --config ./webpack.mobile.config.js", |
11 | 10 | "server": "webpack-dev-server"
|
12 | 11 | },
|
13 | 12 | "repository": {
|
|
16 | 15 | "directory": "packages/argo-playground"
|
17 | 16 | },
|
18 | 17 | "dependencies": {
|
19 |
| - "@babel/plugin-transform-runtime": "^7.9.0", |
20 |
| - "@juggle/resize-observer": "^3.1.3", |
21 |
| - "@shopify/browserslist-config": "^1.0.3", |
22 | 18 | "@shopify/polaris": "^4.19.0",
|
23 | 19 | "@shopify/react-form": "^0.6.0",
|
24 |
| - "@shopify/react-graphql": "^6.1.1", |
25 | 20 | "@shopify/react-html": "^9.2.3",
|
26 |
| - "@shopify/react-i18n": "^2.0.2", |
| 21 | + "@shopify/react-i18n": "^4.0.0", |
27 | 22 | "@shopify/react-i18n-universal-provider": "^1.0.14",
|
28 | 23 | "@shopify/react-network": "^3.3.1",
|
29 | 24 | "@shopify/react-performance": "^1.1.1",
|
30 | 25 | "@shopify/react-router": "^0.0.9",
|
31 |
| - "@shopify/typescript-configs": "^2.0.1", |
32 |
| - "apollo-client": "^2.6.8", |
33 |
| - "apollo-link-context": "^1.0.20", |
34 |
| - "apollo-link-http": "^1.5.16", |
35 |
| - "core-js": "^3.6.4", |
36 |
| - "graphql": "^14.6.0", |
37 |
| - "graphql-tag": "^2.10.3", |
38 | 26 | "react": "^16.12.0",
|
39 | 27 | "react-dom": "^16.12.0"
|
40 | 28 | },
|
41 | 29 | "devDependencies": {
|
42 |
| - "@babel/preset-env": "^7.8.7", |
| 30 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1", |
| 31 | + "@babel/plugin-proposal-numeric-separator": "^7.10.1", |
| 32 | + "@babel/plugin-proposal-optional-chaining": "^7.10.1", |
| 33 | + "@babel/plugin-transform-runtime": "^7.10.1", |
| 34 | + "@babel/preset-env": "^7.10.0", |
| 35 | + "@babel/preset-react": "^7.10.0", |
| 36 | + "@babel/preset-typescript": "^7.10.1", |
| 37 | + "@babel/runtime": "^7.10.1", |
43 | 38 | "@types/react": "^16.9.4",
|
44 | 39 | "@types/react-dom": "^16.9.1",
|
45 | 40 | "babel-loader": "^8.0.6",
|
46 |
| - "babel-preset-shopify": "21.0.0", |
47 | 41 | "css-loader": "^3.4.2",
|
48 | 42 | "file-loader": "^6.0.0",
|
49 | 43 | "html-webpack-plugin": "^3.2.0",
|
50 |
| - "sass": "^1.26.3", |
51 |
| - "sass-loader": "^8.0.2", |
52 | 44 | "style-loader": "^1.1.3",
|
53 | 45 | "typescript": "~3.7.2",
|
54 | 46 | "webpack": "^4.41.6",
|
55 | 47 | "webpack-cli": "^3.3.11",
|
56 | 48 | "webpack-dev-server": "^3.10.3"
|
57 | 49 | },
|
58 |
| - "resolutions": { |
59 |
| - "babel-core": "7.0.0-bridge.0", |
60 |
| - "core-js": "^3.6.4" |
61 |
| - }, |
62 | 50 | "publishConfig": {
|
63 | 51 | "access": "restricted",
|
64 | 52 | "registry": "https://packages.shopify.io/shopify/node/npm/"
|
|
0 commit comments