forked from rpt25-FEC-tatertots/GiGi-Impact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "GiGi-Sourcing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"react-dev": "webpack --watch",
"server-dev": "nodemon server/server.js",
"seed": "node helpers/index.js",
"test-jest": "jest --watchAll --detectOpenHandles --runInBand --config=jestconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpt25-FEC-tatertots/GiGi-Sourcing.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rpt25-FEC-tatertots/GiGi-Sourcing/issues"
},
"homepage": "https://github.com/rpt25-FEC-tatertots/GiGi-Sourcing#readme",
"dependencies": {
"@babel/cli": "^7.12.10",
"axios": "^0.21.1",
"compression": "^1.7.4",
"express": "^4.17.1",
"faker": "^5.1.0",
"i": "^0.3.6",
"mysql": "^2.18.1",
"nodemon": "^2.0.7",
"npm": "^6.14.11",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^7.1.2",
"jest": "^26.6.3",
"supertest": "^6.1.1",
"webpack": "^5.14.0",
"webpack-cli": "^4.3.1"
}
}