-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"name": "fairgrounds",
"private": true,
"scripts": {
"lint": "npm run lint:css && npm run lint:js",
"lint:css": "stylelint 'app/**/*.css'",
"lint:js": "eslint --format 'node_modules/eslint-friendly-formatter' --ext .js,.jsx ./app"
},
"dependencies": {
"@rails/webpacker": "3.5",
"apollo-boost": "^0.1.16",
"axios": "^0.18.0",
"babel-preset-react": "^6.24.1",
"classnames": "^2.2.5",
"font-awesome": "^4.7.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"normalize.css": "^8.0.0",
"prop-types": "^15.6.1",
"ra-data-graphcool": "^2.3.3",
"react": "^16.3.2",
"react-admin": "^2.3.3",
"react-apollo": "^2.2.4",
"react-autosuggest": "^9.3.4",
"react-dom": "^16.3.2",
"react-star-rating-component": "^1.4.1",
"sanitize.css": "^5.0.0",
"webpacker-react": "^0.3.2"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-smashing-boxes": "^2.0.0",
"eslint-friendly-formatter": "^2.0.6",
"eslint-loader": "^1.6.1",
"eslint-plugin-react": "^6.8.0",
"stylelint": "^7.7.0",
"webpack-dev-server": "2.11.2"
}
}