-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.45 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.45 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "fec",
"version": "1.0.0",
"description": "SNAKEADVISOR ITINERARY advises you on the thrilling views and attractions one can visit on their way to the hospital after being bit by a deadly SNAKE this is unfortunately not scripted in python",
"main": "index.js",
"scripts": {
"test": "npx webpack && jest",
"start": "node src/server/index.js",
"startstart": "node src/server/database/seed/postgres/attractions.js && node src/server/database/seed/postgres/tours.js && node src/server/database/seed/postgres/ToursAttractions.js",
"seed": "psql -U postgres < src/server/database/dataSchema/postgres.sql",
"seedCql": "cqlsh < src/server/database/dataSchema/cassandra.cql",
"k6": "k6 run k6/script.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marissaconner/tripadvisor-itenerary-server.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marissaconner/tripadvisor-itenerary-server/issues"
},
"homepage": "https://github.com/marissaconner/tripadvisor-itenerary-server#readme",
"devDependencies": {
"@babel/core": "7.9.6",
"@babel/preset-react": "7.9.4",
"@googlemaps/jest-mocks": "0.0.3",
"babel-jest": "^26.0.0",
"babel-loader": "8.1.0",
"chai": "^4.2.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"faker": "^4.1.0",
"file-loader": "^6.0.0",
"jest": "^25.5.4",
"jest-transform-stub": "^2.0.0",
"mocha": "^7.1.2",
"react-test-renderer": "^16.13.1",
"webpack": "4.43.0",
"webpack-cli": "3.3.11"
},
"dependencies": {
"@babel/preset-env": "^7.9.6",
"axios": "^0.19.2",
"express": "4.17.1",
"jest-enzyme": "^7.1.2",
"jest-google-maps-mock": "^1.0.3",
"mini-css-extract-plugin": "^0.9.0",
"mysql2": "^2.1.0",
"newrelic": "^6.8.0",
"node-sass": "^4.14.0",
"nodemon": "^2.0.3",
"pg": "^8.0.3",
"pg-hstore": "^2.3.3",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scroll": "^1.7.16",
"redis": "^3.0.2",
"sass-loader": "^8.0.2",
"sequelize": "^5.21.7",
"style-loader": "^1.2.1",
"styled-components": "^5.1.0",
"underscore": "^1.10.2",
"webpack-dev-server": "^3.10.3"
}
}