-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.93 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
{
"name": "access",
"version": "1.0.0",
"description": "An app to help plan accessible events",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production nodemon server/server.js",
"build": "cross-env NODE_ENV=production webpack",
"dev": "concurrently \"cross-env NODE_ENV=development nodemon server/server.js\" \"cross-env NODE_ENV=development webpack serve --open\"",
"test": "jest --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Star-Nosed/Moles.git"
},
"keywords": [
"accessibility",
"social",
"entertainment"
],
"author": "Drake Williams, David Lee, Justin Hicks, Evan Crews",
"license": "ISC",
"bugs": {
"url": "https://github.com/Star-Nosed/Moles/issues"
},
"homepage": "https://github.com/Star-Nosed/Moles#readme",
"dependencies": {
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"copy-to-clipboard": "^3.3.1",
"css-loader": "^6.5.1",
"express": "^4.17.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"install": "^0.13.0",
"nodemon": "^2.0.15",
"npm": "^8.4.0",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"save": "^2.4.0",
"scss-loader": "^0.0.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@testing-library/react": "^12.1.2",
"babel-loader": "^8.2.3",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"jest": "^27.4.7",
"sass": "^1.49.0",
"sass-loader": "^12.4.0",
"supertest": "^6.2.2",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.3"
}
}