-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.75 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.75 KB
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
{
"name": "weatherpredictor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"serve": "live-server --port=8080 --no-browser --watch=index.html,built.txt,styles.css,colors.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "UNLICENSED",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/plugin-transform-arrow-functions": "^7.8.3",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3",
"@babel/plugin-transform-classes": "^7.9.5",
"@babel/plugin-transform-destructuring": "^7.9.5",
"@babel/plugin-transform-parameters": "^7.9.5",
"@babel/plugin-transform-regenerator": "^7.8.7",
"@babel/plugin-transform-shorthand-properties": "^7.8.3",
"@babel/plugin-transform-template-literals": "^7.8.3",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"event-hooks-webpack-plugin": "^2.1.6",
"node.parentelement": "^1.0.2",
"svg-classlist-polyfill": "^1.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@panzoom/panzoom": "^4.1.0",
"@rooks/use-raf": "^3.6.0",
"classnames": "^2.2.6",
"core-js": "^3.6.5",
"debounce": "^1.2.0",
"geometry-polyfill": "^1.0.7",
"howler": "^2.2.0",
"matter-attractors": "^0.1.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-is-mounted-hook": "^1.0.3",
"seedrandom": "^3.0.5",
"shortid": "^2.2.15",
"sweetalert2": "^9.13.1",
"sweetalert2-react-content": "^3.0.1",
"unfetch": "^4.1.0",
"use-force-update": "^1.0.7"
}
}