forked from wisc-hci-curriculum/dialogflow-beta-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.41 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
54
55
56
57
{
"name": "wiscshop",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.6.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"@material-ui/styles": "^4.6.0",
"actions-on-google": "^2.12.0",
"base-64": "^0.1.0",
"bootstrap": "^4.3.1",
"bootstrap-sass": "^3.4.1",
"bootstrap-switch-button-react": "^1.1.0",
"dialogflow-fulfillment": "^0.6.1",
"express": "^4.17.1",
"node-fetch": "^2.6.0",
"node-sass": "^4.14.1",
"pluralize": "^8.0.0",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.11.0",
"react-icons": "^3.8.0",
"react-lottie": "^1.2.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"styled-components": "^4.4.1",
"styled-theming": "^2.2.0",
"typeface-roboto": "0.0.75"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tunnel": "ngrok http 8080",
"dev": "nodemon --inspect webhook/webhook.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"ngrok": "^3.2.5",
"nodemon": "^2.0.1"
}
}