forked from Aristotle-35/Kyle--Carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.59 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
{
"name": "carousel",
"version": "1.0.0",
"description": "FEC Carousel",
"scripts": {
"start": "node server/index.js",
"web": "webpack -d --watch",
"fdc-seed": "seed",
"fdc-test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aristotle-35/Kyle--Carousel.git"
},
"author": "Kyle Rable",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aristotle-35/Kyle--Carousel/issues"
},
"homepage": "https://github.com/Aristotle-35/Kyle--Carousel#readme",
"devDependencies": {
"@types/node": "^10.12.18",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"imports-loader": "^0.8.0",
"jest": "^23.6.0",
"mongodb-core": "^3.1.9",
"node-mongo-seeds": "^3.1.0",
"nodemon": "^1.18.9",
"webpack": "^2.2.1"
},
"dependencies": {
"async": "^2.6.1",
"aws-sdk": "^2.381.0",
"body-parser": "^1.17.0",
"cassandra-driver": "^4.0.0",
"cors": "^2.8.5",
"express": "^4.15.0",
"jquery": "^3.3.1",
"mongodb": "^3.1.10",
"newrelic": "^5.1.0",
"pg": "^7.7.1",
"pg-hstore": "^2.3.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-slick": "^0.23.2",
"request": "^2.81.0",
"sequelize": "^4.42.0",
"slick-carousel": "^1.8.1"
}
}