-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "calder_playground",
"description": "A playground for trying CalderJS.",
"version": "0.0.0",
"private": true,
"author": "Calder Team",
"scripts": {
"compile": "grunt",
"dev": "NODE_ENV=development nodemon ./bin/run",
"server": "node ./bin/run",
"postinstall": "npm run compile",
"start": "npm run server"
},
"dependencies": {
"@babel/standalone": "^7.0.0-beta.51",
"body-parser": "^1.18.2",
"brace": "^0.11.1",
"calder-gl": "calder-gl/calder#master",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"fit-curve": "calder-gl/fit-curve#master",
"gl-matrix": "^2.8.1",
"immutable": "^3.8.2",
"lodash": "^4.17.13",
"milligram": "^1.3.0",
"morgan": "^1.9.0",
"pug": "^2.0.0-rc.4",
"random-seed": "^0.3.0"
},
"devDependencies": {
"@types/body-parser": "1.16.8",
"@types/errorhandler": "0.0.32",
"@types/jest": "23.3.13",
"@types/method-override": "0.0.31",
"@types/morgan": "^1.7.35",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-ts": "^6.0.0-beta.17",
"grunt-webpack": "^3.1.2",
"nodemon": "^1.12.1",
"ts-loader": "^4.4.1",
"ts-sinon": "1.0.12",
"typescript": "^2.6.1",
"webpack": "^4.12.0"
}
}