-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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": "vbpoll",
"version": "1.0.0",
"description": "A polling system for Vestaboard",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "node server/index.js & node bree.js",
"backend": "nodemon server/index.js",
"build": "webpack",
"build-dev": "webpack serve --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SonicRift/vbpoll.git"
},
"author": "Shane Sutro",
"license": "MIT",
"bugs": {
"url": "https://github.com/SonicRift/vbpoll/issues"
},
"homepage": "https://github.com/SonicRift/vbpoll#readme",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/pickers": "^3.3.10",
"@vestaboard/installables": "^1.0.9",
"bree": "^6.2.0",
"dayjs": "^1.10.5",
"nanoid": "^3.1.23",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"vestaboard-api": "^1.0.3"
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"babel": "^6.23.0",
"babel-loader": "^8.2.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"css-loader": "^5.2.6",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"jest": "^27.0.1",
"mongoose": "^5.12.11",
"node-fetch": "^2.6.1",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"nodemon": "^2.0.7",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.0",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}