forked from dvaccari/taylorfit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.59 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
{
"name": "taylorfit",
"version": "0.0.0",
"description": "Response surface analysis using multivariate polynomial regression bundled in an isomorphic web application.",
"main": "index.js",
"scripts": {
"build": "yarn install && webpack",
"debug": "yarn install && webpack-dev-server --inline --hot",
"test": "mocha --recursive test/engine",
"start": "http-server build"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2017": "^6.24.1",
"babelify": "^7.3.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.5",
"css-loader": "^0.28.1",
"html-webpack-plugin": "^2.28.0",
"http-server": "^0.9.0",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-webpack": "^2.0.3",
"mocha": "^3.3.0",
"nib": "^1.1.2",
"pug": "^2.0.0-rc.1",
"pug-loader": "^2.3.0",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.2",
"stylus": "^0.54.5",
"stylus-loader": "^2.5.1",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-server": "^2.4.5",
"worker-loader": "^0.8.0"
},
"dependencies": {
"c3": "^0.4.11",
"combinations-js": "^1.1.2",
"core-js": "^2.4.1",
"d3": "^4.7.4",
"fast-csv": "^2.3.0",
"knockout": "^3.4.0",
"lodash": "^4.17.4",
"papaparse": "^4.1.2",
"yarn": "^1.3.2"
},
"repository": "[email protected]:tsu-complete/taylorfit.git"
}