-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
73 lines (73 loc) · 2.12 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
{
"name": "vr-store",
"version": "0.1.0",
"private": true,
"main": "server/server.js",
"proxy": "http://localhost:4444",
"dependencies": {
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"aframe": "^0.8.2",
"aframe-animation-component": "^4.2.0",
"aframe-click-drag-component": "^3.0.1",
"aframe-look-at-component": "^0.6.0",
"aframe-particle-system-component": "^1.0.11",
"aframe-react": "^4.4.0",
"aframe-text-geometry-component": "^0.5.1",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"botkit-middleware-watson": "^1.7.1",
"botkit-sms": "^1.3.1",
"botmaster": "^3.2.0",
"botmaster-socket.io": "^1.0.3",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"eslint": "^4.19.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"jest": "^22.4.4",
"live-server": "^1.2.0",
"massive": "^4.8.0",
"nodemailer": "^4.6.4",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"prettier": "^1.12.1",
"prompt-sync": "^4.1.6",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-parallax": "^1.7.0",
"react-popup": "^0.9.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-scroll-parallax": "^1.3.3",
"react-slick": "^0.23.1",
"react-slick-16": "^0.16.1",
"react-stripe-checkout": "^2.6.3",
"redux": "^4.0.0",
"redux-promise-middleware": "^5.1.1",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"stripe": "^5.9.0",
"styled-components": "^3.2.6",
"sweetalert": "^2.1.0",
"watson-developer-cloud": "^3.4.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"colors.css": "^3.0.0",
"cypress": "^2.1.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.1"
}
}