forked from organizepower/Crawl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.25 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.25 KB
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": "crawl",
"version": "1.0.0",
"description": "A travel app for people who love to drink",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"db": "mysql -u root < schema.sql",
"build": "cd client && npm run build",
"client": "cd client && npm run client",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apptonomy/Crawl.git"
},
"author": "Team Apptonomy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Apptonomy/Crawl/issues"
},
"homepage": "https://github.com/Apptonomy/Crawl#readme",
"dependencies": {
"-": "0.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"sass": "^1.26.8",
"twilio": "^3.47.0",
"vue2-google-maps": "^0.10.7"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
}
}