-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "nicher-events",
"version": "8.10.0",
"private": true,
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@date-io/date-fns": "^1.3.9",
"@material-ui/core": "^4.3.3",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.24",
"@material-ui/pickers": "^3.2.3",
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"create-react-context": "^0.3.0",
"date-fns": "^2.0.0",
"dotenv": "^8.1.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"query-string": "^6.8.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-landing-page": "^2.0.2",
"react-router-dom": "^5.0.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"babel-eslint": "^10.0.2",
"eslint": "^6.2.2",
"eslint-loader": "^2.2.1",
"eslint-plugin-react": "^7.14.3",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"build": "yarn --cwd client install && yarn --cwd client build",
"deploy": "cp -a client/build/. public/",
"heroku-postbuild": "yarn build && yarn deploy"
}
}