-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.78 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
{
"name": "ccm-fan-curation",
"version": "0.0.0",
"description": "The frontend react web app that will be used to submit and review fan curated exhibits for comic-con museum",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"test": "test",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Comic-ConMuseum/DC-frontend.git"
},
"keywords": [
"comic-con",
"museum",
"fan",
"curation"
],
"author": "Owen Sullivan, Drg, Zach Jones",
"license": "ISC",
"bugs": {
"url": "https://github.com/Comic-ConMuseum/DC-frontend/issues"
},
"homepage": "https://github.com/Comic-ConMuseum/DC-frontend#readme",
"dependencies": {
"@babel/runtime": "^7.1.5",
"axios": "^0.18.0",
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"moveto": "^1.7.4",
"nuka-carousel": "^4.4.3",
"prop-types": "^15.6.2",
"pure-react-carousel": "^1.17.0",
"react": "^16.6.3",
"react-aria-modal": "^3.0.1",
"react-d3-speedometer": "^0.4.2",
"react-dom": "^16.6.3",
"react-dropzone": "^7.0.1",
"react-rangeslider": "^2.2.0",
"react-responsive": "^6.0.1",
"react-responsive-carousel": "^3.1.43",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.2",
"react-slick": "^0.23.2",
"react-transition-group": "^2.5.0",
"react-vis": "^1.11.5",
"slick-carousel": "^1.8.1",
"styled-components": "^3.4.10"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"@babel/preset-react": "^7.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"parcel-bundler": "^1.10.2",
"sass": "^1.15.1"
}
}