-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "community-crag",
"version": "1.0.0",
"description": "An intuitive collaborative website that allows for climbers to share routes, suggest grades, and document add-on problems",
"main": "./dist/bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve",
"webpack": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trevin-Small/Community-Crag.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trevin-Small/Community-Crag/issues"
},
"homepage": "https://communitycrag.com",
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/preset-env": "^7.16.10",
"babel-loader": "^8.2.3",
"webpack": "^5.66.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"firebase-functions": "^3.18.0",
"firebase-tools": "^10.5.0",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"node-polyfill-webpack-plugin": "^1.1.4",
"selenium-webdriver": "^4.0.0-rc-1",
"tls": "^0.0.1"
},
"browser": {
"fs": false,
"path": false,
"os": false
}
}