-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
57 lines (57 loc) · 1.56 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
{
"dependencies": {
"@auth0/auth0-spa-js": "^1.6.2",
"@babel/runtime": "^7.8.3",
"@types/lodash": "^4.14.149",
"bootstrap": "^4.4.1",
"create-react-class": "^15.6.3",
"cryptiles": "^4.1.3",
"deep-extend": "^0.6.0",
"express": "^4.17.1",
"hoek": "^6.1.3",
"jquery": "^3.4.1",
"lazyload": "^2.0.0-rc.2",
"lodash": "^4.17.15",
"macaddress": "^0.2.9",
"merge": "^1.2.1",
"mime": "^2.4.4",
"randomatic": "^3.1.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-iframe": "^1.8.0",
"react-lazyload": "^2.6.5",
"react-native-paper": "^3.4.0",
"react-particles-js": "^2.7.0",
"react-protected-mailto": "^1.0.3",
"react-responsive": "^8.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"react-slick": "^0.25.2",
"react_google_calendar": "^2.2.4444",
"slick-carousel": "^1.8.1",
"sshpk": "^1.16.1",
"url-parse": "^1.4.7"
},
"scripts": {
"start": "concurrently \"npm run server\" \"npm run client\"",
"server": "node server.js",
"client": "node start-client.js"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"ajv": "^6.10.2",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"concurrently": "4.1.2",
"css-loader": "^3.4.2",
"moment": "^2.24.0",
"react-big-calendar": "^0.23.0",
"style-loader": "^1.1.2",
"webpack": "4.41.2"
},
"repository": {
"type": "git",
"url": "git://https://github.com/IEEEBerkeley/react-ieee.git"
},
"license": "CC-BY-NC-ND-4.0"
}