-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
{
"name": "trying",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --max_old_space_size=999999 index.js "
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.5.0",
"babyparse": "^0.4.6",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"bower": "^1.8.0",
"chunk": "0.0.2",
"connect-flash": "^0.1.1",
"csv-parse": "^1.2.1",
"csv-parser": "^1.11.0",
"csvtojson": "^1.1.7",
"ejs": "^2.5.7",
"express": "^4.15.3",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^3.2.1",
"jquery": "^3.2.1",
"jquery-circle-progress": "^1.2.2",
"mongo-oplog": "^2.0.2",
"mongoose": "^4.11.6",
"multer": "^1.3.0",
"papaparse": "^4.3.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"progressbar.js": "^1.0.1",
"pug": "^2.0.0-rc.3",
"socket.io": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"bootstrap-loader": "^2.2.0",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.5",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.5.3",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.5.5"
}
}