-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.04 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
58
59
60
61
62
63
64
{
"name": "roundware-web-template",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"preinstall": "npx npm-force-resolutions",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel src/index.html",
"build": "rm -rf dist && parcel build --no-source-maps src/index.html src/404.html",
"deploy": "npm run build && surge --domain https://roundware.surge.sh dist"
},
"author": "Evan Babb",
"license": "ISC",
"dependencies": {
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "1.3.13",
"@foobar404/wave": "git+https://github.com/probabble/Wave.js.git#main",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.3.10",
"@react-google-maps/api": "^1.13.0",
"@turf/distance": "^6.3.0",
"@types/react": "^17.0.3",
"audio-recorder-polyfill": "^0.4.1",
"autosuggest-highlight": "^3.1.1",
"core-js": "^3.8.3",
"date-fns": "^2.19.0",
"material-ui-audio-player": "^1.6.1",
"moment": "^2.27.0",
"nanoid": "^3.1.22",
"prettier": "^2.1.2",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-async": "^10.0.1",
"react-cookie": "^4.0.3",
"react-cool-dimensions": "^1.3.2",
"react-countdown-circle-timer": "^2.5.1",
"react-debounce-input": "^3.2.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-helmet": "^6.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-select": "^3.2.0",
"regenerator-runtime": "^0.13.7",
"roundware-web-framework": "^0.11.0-alpha.16",
"standardized-audio-context": "^24.1.20",
"ts-overlapping-marker-spiderfier": "^1.0.3"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-plugin-transform-imports": "^2.0.0",
"dotenv": "^8.2.0",
"parcel-bundler": "^1.12.5",
"webpack-cli": "^4.7.0"
},
"resolutions": {
"@babel/preset-env": "7.13.8"
}
}