-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
{
"name": "rulers",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "webpack --watch",
"postinstall": "gulp copyLibs",
"start": "cd server && node server.js"
},
"author": "Toivo",
"license": "ISC",
"dependencies": {
"@googlemaps/js-api-loader": "^1.11.3",
"@reduxjs/toolkit": "^1.5.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"file-system": "^2.2.2",
"google-maps-react": "^2.0.6",
"jquery": "^3.5.1",
"mongodb": "^3.6.6",
"nodejs-websocket": "^1.7.2",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-http": "^0.3.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"redux": "^4.1.0",
"requirejs": "^2.3.6"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"babel-loader": "^8.2.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"chai": "^4.3.3",
"grunt": "^1.3.0",
"grunt-contrib-less": "^3.0.0",
"gulp": "^4.0.2",
"gulp-less": "4.0.1",
"less": "3.11.1",
"mocha": "^8.3.2",
"ncp": "^2.0.0",
"rimraf": "^3.0.2",
"vinyl-source-stream": "^2.0.0",
"webpack": "^5.26.3",
"webpack-cli": "^4.5.0"
}
}