-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.7 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
49
50
51
52
53
{
"name": "sheets-form",
"version": "1.0.0",
"description": "App for generating a form from a spreadsheet.",
"main": "dist/index.js",
"scripts": {
"build": "webpack",
"start:dev": "webpack-dev-server --config webpack.config.js --host 0.0.0.0 --env.OAUTH_CLIENT_ID=\"674412593540-jrjeaven20rrabbf9nb7in4d2pof1egf.apps.googleusercontent.com\" --env.DEFAULT_SPREADSHEET_ID=\"1cQggXrK6Yij-EZ3L77XcZi4S-rUAKLi-gX6sfTUzhA8\""
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"popper.js": "^1.14.5",
"webpack": "^3.10.0",
"webpack-dev-server": "2.9.6",
"workbox-webpack-plugin": "^3.6.3"
},
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bootstrap": "4.1.3",
"clean-webpack-plugin": "^0.1.17",
"css-loader": "^0.28.8",
"dotenv": "^6.1.0",
"file-loader": "^1.1.6",
"google-maps-react": "^2.0.2",
"jquery": "^3.3.1",
"material-ui": "^0.20.0",
"materialize-css": "^0.100.2",
"node-sass": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"resolve-url-loader": "^2.2.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2"
}
}