-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.56 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
{
"license": "MIT",
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@types/country-list": "^2.1.0",
"axios": "^0.21.1",
"cross-env": "^7.0.2",
"laravel-mix": "^6.0.0",
"lodash": "^4.17.21",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.28.0",
"sass-loader": "^10.0.4",
"ts-loader": "^8.0.7"
},
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-object-rest-spread": "^7.15.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.3.3",
"@shopify/app-bridge": "^1.0.0",
"@shopify/polaris": "^5.9.1",
"@shopify/polaris-icons": "^4.1.0",
"@shopify/react-shopify-app-route-propagator": "^3.0.1",
"@types/linkifyjs": "^2.1.3",
"@types/md5": "^2.1.33",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.6",
"@types/uuid": "^8.3.0",
"ace-builds": "^1.4.7",
"babel-plugin-import": "^1.12.0",
"browserslist": "latest",
"caniuse-lite": "latest",
"country-list": "https://github.com/mbale/country-list/archive/v1.1.0.tar.gz",
"jquery": "^3.6.1",
"less": "^3.10.3",
"less-loader": "^7.0.2",
"linkifyjs": "^2.1.8",
"moize": "^5.4.4",
"postcss": "^8.2.15",
"qrcode.react": "^1.0.1",
"react-ace": "^9.2.0",
"react-json-view": "^1.19.1",
"react-markdown": "^5.0.2",
"react-qr-scanner": "^0.0.11",
"react-responsive-carousel": "^3.2.11",
"react-responsive-pinch-zoom-pan": "^0.3.0",
"react-router-dom": "^5.0.1",
"react-toastify": "^6.0.9",
"remark-gfm": "^1.0.0",
"serialize-javascript": "^5.0.1",
"source-map-loader": "^1.1.2",
"tslint": "^6.1.3",
"tslint-react": "^5.0.0",
"typescript": "^4.0.5",
"uuid": "^8.3.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.9.1"
}
}