-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
80 lines (80 loc) · 2.45 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "lets-go-to",
"version": "1.0.0",
"description": "thesis",
"main": "index.js",
"scripts": {
"postinstall": "npm cache clean --force",
"server-dev": "nodemon server/src/index.js",
"image-dev": "nodemon server/src/bois/image_boi/image_server.js",
"react-dev": "webpack -d --watch",
"test": "mocha spec/scraper_spec.js --reporter nyan",
"test-assembly": "mocha spec/assembly_spec.js --reporter nyan",
"test-budget": "mocha spec/budget_spec.js --reporter nyan",
"test-weather": "mocha spec/weather_spec.js --reporter nyan",
"test-true": "mocha spec/trueTrip_spec.js --reporter nyan",
"test-react": "react-scripts test --env=jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team-marquez/thesis.git"
},
"author": "team-marquez",
"license": "ISC",
"bugs": {
"url": "https://github.com/team-marquez/thesis/issues"
},
"homepage": "https://github.com/team-marquez/thesis#readme",
"devDependencies": {
"axios": "^0.18.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-fileupload": "^0.4.0",
"hard-source-webpack-plugin": "^0.12.0",
"morgan": "^1.9.0",
"pg": "^7.4.3",
"shuffle-array": "^1.0.1",
"webpack": "^4.17.0",
"webpack-cli": "^3.1.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"apollo-boost": "^0.1.13",
"apollo-server-express": "^2.0.0",
"chai-as-promised": "^7.1.1",
"cheerio": "^1.0.0-rc.2",
"date-fns": "^1.29.0",
"enzyme": "^3.4.4",
"enzyme-adapter-react-16": "^1.2.0",
"firebase": "^5.3.1",
"flexy-flipcards": "^0.1.2",
"graphql": "^0.13.2",
"graphql-yoga": "^1.16.0",
"html2canvas": "^1.0.0-alpha.12",
"jspdf": "^1.4.1",
"prisma-binding": "^2.1.4",
"react": "16.4.2",
"react-apollo": "^2.1.11",
"react-beautiful-dnd": "^9.0.0",
"react-date-range": "^0.9.4",
"react-dom": "16.4.2",
"react-scripts": "1.1.5",
"react-semantic-ui-range": "^0.6.2",
"recombee-api-client": "^2.1.0",
"semantic-ui-react": "^0.82.2",
"watson-developer-cloud": "^3.8.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}