-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 Bytes
/
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
{
"name": "calcite-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"dev": "nodemon --inspect ./bin/www"
},
"dependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"comma-number": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.16.0",
"fast-memoize": "^2.5.1",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"lodash": "^4.17.11",
"math": "0.0.3",
"mathjs": "^5.9.0",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"node-localstorage": "^1.3.1",
"nodemon": "^1.18.11",
"redux-actions": "^2.6.5",
"redux-saga": "^1.0.2",
"regex-escape": "^3.4.9",
"threads": "^0.12.1",
"workerpool": "^3.1.2"
},
"devDependencies": {
"@babel/register": "^7.4.0",
"babel-preset-env": "^1.7.0"
}
}