-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.4 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
{
"name": "shopify-demo-app-node-react",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "NODE_ENV=development node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Shopify/shopify-demo-app-node-react.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shopify/shopify-demo-app-node-react/issues"
},
"homepage": "https://github.com/Shopify/shopify-demo-app-node-react#readme",
"dependencies": {
"@shopify/app-bridge": "^1.6.5",
"@shopify/koa-shopify-auth": "^3.1.25",
"@shopify/polaris": "^3.10.0",
"dotenv": "^6.2.0",
"isomorphic-fetch": "^2.2.1",
"js-cookie": "^2.2.0",
"koa": "^2.7.0",
"koa-mount": "^4.0.0",
"koa-route": "^3.2.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"underscore": "^1.9.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"eslint": "^5.16.0",
"eslint-plugin-shopify": "^27.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"koa-webpack": "^5.2.3",
"style-loader": "^0.23.1",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-middleware": "^3.7.0"
}
}