-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
{
"name": "freedom-js-app",
"version": "1.0.0",
"description": "AWS Freedom JavaScript Example",
"dependencies": {
"aws-amplify": "^1.2.4",
"aws-amplify-react": "^2.5.4",
"aws-appsync": "^1.8.1",
"babel-polyfill": "^6.26.0",
"es6-promise": "^4.2.8",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.0",
"isomorphic-fetch": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-date-picker": "^8.0.1",
"react-dom": "^16.12.0",
"react-time-picker": "^3.9.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"eslint": "^6.7.2",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jsdoc": "^15.12.2",
"eslint-plugin-react": "^7.17.0",
"html-webpack-plugin": "^3.2.0",
"react-select": "^2.4.3",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^0.23.1",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"scripts": {
"start": "webpack --env.API_KEY AIzaSyCZ21RlCa8IVwxR-58b8fTgUXn_a4UYhbc && webpack-dev-server --mode development --port 8080 --env.API_KEY AIzaSyCZ21RlCa8IVwxR-58b8fTgUXn_a4UYhbc",
"build": "webpack --env.API_KEY AIzaSyAZOtnRbMiYCyHWzI7EPhJylNYs-G573Uw",
"lint": "eslint src/**/*.js*"
}
}