-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.57 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
{
"name": "strapi-plugins-dev",
"private": true,
"version": "0.0.1",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"bootstrap": "lerna bootstrap",
"clean": "lerna clean",
"postinstall": "lerna bootstrap",
"lint": "eslint --fix .",
"format": "prettier --write .",
"ngrok": "ngrok",
"ngrok:start": "ngrok http 1337",
"shopify": "shopify"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@shopify/app": "^3.44.1",
"@shopify/cli": "^3.44.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"ngrok": "^4.3.3",
"prettier": "^2.7.1"
},
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@shopify/app-bridge": "^3.4.3",
"@shopify/app-bridge-react": "^3.4.3",
"@shopify/app-bridge-utils": "^3.4.3",
"@shopify/polaris": "^10.10.1",
"@strapi/plugin-i18n": "^4.5.5",
"@strapi/strapi": "^4.5.5",
"babel-loader": "^9.0.0",
"better-sqlite3": "^7.6.2",
"lerna": "^6.0.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0"
},
"strapi": {
"uuid": null
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
}
}