-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 2.28 KB
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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"cypress:open": "cypress open"
},
"devDependencies": {
"@babel/preset-react": "^7.12.7",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"cross-env": "^7.0.3",
"cypress": "^4.12.1",
"eslint": "^7.17.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-wesbos": "^1.0.1",
"eslint-plugin-html": "^6.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"laravel-mix": "^5.0.9",
"lodash": "^4.17.20",
"prettier": "^2.2.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.29.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@inertiajs/inertia": "^0.8.2",
"@inertiajs/inertia-react": "^0.5.1",
"@shopify/app-bridge": "^1.28.0",
"@shopify/app-bridge-react": "^1.28.0",
"@shopify/app-bridge-utils": "^1.28.0",
"@shopify/polaris": "^5.10.2",
"@shopify/polaris-icons": "^4.1.0",
"@tailwindcss/ui": "^0.5.0",
"autoprefixer": "^9.8.6",
"axios": "^0.21.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"tailwindcss": "^1.9.6"
}
}