-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "rails_react_habits",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.3.0",
"@apollo/client": "^3.3.6",
"@babel/preset-react": "^7.12.7",
"@rails/actioncable": "^6.0.0",
"@rails/activestorage": "^6.0.0",
"@rails/ujs": "^6.0.0",
"@rails/webpacker": "4.3.0",
"antd": "^4.9.4",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"graphql": "^15.4.0",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"turbolinks": "^5.2.0"
},
"version": "0.1.0",
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"eslintConfig": {
"extends": [
"plugin:@shopify/react",
"plugin:@shopify/prettier"
]
},
"prettier": "@shopify/prettier-config",
"stylelint": {
"extends": [
"@shopify/stylelint-plugin/prettier"
]
}
}