-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.43 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
{
"name": "sales_alert",
"private": true,
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.0.0",
"@nivo/line": "^0.59.3",
"@rails/actioncable": "^6.0.0-alpha",
"@rails/activestorage": "^6.0.0-alpha",
"@rails/ujs": "^6.0.0-alpha",
"@rails/webpacker": "^4.0.7",
"@shopify/polaris": "^3.21.0",
"@shopify/polaris-icons": "^3.4.0",
"@shopify/polaris-tokens": "^2.6.0",
"@shopify/react-form-state": "^0.11.6",
"axios": "^0.19.0",
"axios-on-rails": "^0.0.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"eslint": "^6.1.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-auto-import": "^0.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"eslint-plugin-shopify": "^30.0.1",
"eslint-plugin-typescript": "^0.14.0",
"js-cookie": "^2.2.1",
"prettier": "^1.18.2",
"promise-poller": "^1.9.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-ga": "^2.7.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"react_ujs": "^2.6.0",
"stylelint": "^9.0.0",
"stylelint-config-shopify": "^7.2.1",
"ts-loader": "^6.0.4",
"turbolinks": "^5.2.0",
"typescript": "^3.5.3",
"webpack": "^4.39.1"
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "^3.8.0"
}
}