forked from Velocirabbits-29/tipsy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
{
"name": "tipsy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js",
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development nodemon server/server.js & NODE_ENV=development webpack serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Team-Tipsy/tipsy.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"concurrently": "^6.3.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eslint": "^8.2.0",
"express": "^4.17.1",
"fs": "^0.0.1-security",
"mongoose": "^6.0.0",
"node-fetch": "^2.0.0",
"nodemon": "^2.0.14",
"path": "^0.12.7",
"pg": "^8.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"cross-fetch": "^3.1.4",
"css-loader": "^6.5.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"install": "^0.13.0",
"npm": "^8.1.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.4.0"
},
"bugs": {
"url": "https://github.com/Team-Tipsy/tipsy/issues"
},
"homepage": "https://github.com/Team-Tipsy/tipsy#readme"
}