-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.2 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
74
75
76
77
78
79
{
"name": "eLabs",
"version": "0.1.0",
"description": "",
"main": "server.js",
"scripts": {
"createProduction": "NODE_ENV=production webpack",
"serveProduction": "NODE_ENV=production server.js",
"build": "NODE_ENV=development webpack -w",
"serve": "NODE_ENV=development nodemon server.js",
"sass": "sass --watch ./public/css:./public/css",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@terebentina/react-popover": "^2.0.0",
"aws-sdk": "^2.188.0",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"cors": "^2.8.4",
"d3": "^4.13.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-useragent": "^1.0.8",
"formsy-semantic-ui-react": "^0.3.2",
"helmet": "^3.12.0",
"http-server": "^0.10.0",
"install": "^0.10.4",
"isomorphic-fetch": "^2.2.1",
"katex": "^0.9.0-beta1",
"load-script": "^1.0.0",
"lodash.orderby": "^4.6.0",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"node-pre-gyp": "^0.6.39",
"node-time-ago": "^1.0.0",
"path": "^0.12.7",
"pg": "^7.4.1",
"rc-slider": "^8.6.0",
"rc-tooltip": "^3.7.0",
"react": "^16.3.2",
"react-document-title": "^2.0.3",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.0",
"react-input-range": "^1.3.0",
"react-katex": "^2.0.2",
"react-latex": "^1.1.0",
"react-rangeslider": "^2.2.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.1.2",
"react-scripts": "^1.1.0",
"react-slider": "^0.9.0",
"redux": "^3.7.2",
"redux-watch": "^1.1.1",
"request-ip": "^2.0.2",
"semantic-ui-react": "^0.77.2",
"serialize-javascript": "^1.4.0",
"source-map-support": "^0.4.18",
"sqlite": "^2.9.1",
"sqlite3": "^3.1.13",
"svg.js": "^2.6.4",
"svgdom": "0.0.15"
},
"devDependencies": {
"autoprefixer": "^7.2.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react-app": "^3.1.1",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"nodemon": "^1.14.12",
"postcss-loader": "^2.1.0",
"webpack": "^3.10.0"
}
}