This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.5 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "flynn-labs",
"version": "1.1.0",
"description": "Flynn Labs website",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev-start": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"format": "prettier --write \"src/**/**/*.jsx\"",
"lint": "eslint --fix \"src/**/**/*.jsx\"",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flynneva/flynn-labs.git"
},
"keywords": [
"react",
"ros",
"3D",
"ncaa"
],
"author": "Evan Flynn",
"license": "MIT",
"bugs": {
"url": "https://github.com/flynneva/flynn-labs/issues"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"cannon": "^0.6.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"date-fns": "^2.11.1",
"eslint": "^7.17.0",
"eslint-config-react": "^1.1.7",
"eslint-loader": "^3.0.4",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^4.5.1",
"nice-color-palettes": "^3.0.0",
"path": "^0.12.7",
"prettier": "2.2.1",
"prop-types": "^15.7.2",
"react-google-charts": "^3.0.15",
"react-grid-layout": "^1.2.0",
"webpack": "^5.11.1",
"webpack-cli": "^4.3.1",
"webpack-dev": "^1.1.1",
"webpack-dev-server": "^3.11.1",
"webpack-merge": "^5.7.3"
},
"dependencies": {
"@date-io/date-fns": "1.3.11",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.2.10",
"@react-three/cannon": "^2.3.2",
"@react-three/fiber": "^7.0.1",
"express": "^4.17.1",
"http-proxy-middleware": "^1.0.6",
"module-alias": "^2.2.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-ncaa-data": "^0.0.25",
"react-ros": "^0.0.7",
"react-ros-three": "^0.0.9",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-spring": "^9.2.3",
"react-swipeable-views": "^0.13.9",
"request": "^2.88.0",
"roslib": "^1.1.0",
"serve-favicon": "^2.5.0",
"source-map-loader": "^1.1.3",
"three": "^0.137.0",
"tinycolor2": "^1.4.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}