forked from josephch405/ML-Playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "mldemos",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --progress --colors --watch",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josephch405/mldemos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/josephch405/mldemos/issues"
},
"homepage": "https://github.com/josephch405/mldemos#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.27.3",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.1.0",
"file-loader": "^0.10.1",
"less": "^3.0.4",
"less-loader": "^3.0.0",
"style-loader": "^0.14.1",
"url-loader": "^1.0.1",
"webpack": "^2.2.1"
},
"dependencies": {
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.3.1",
"file-saver": "^1.3.8",
"image-webpack-loader": "^4.3.1",
"mathjs": "^5.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-file-reader-input": "^2.0.0",
"react-joyride": "^1.10.1",
"svm": "^0.1.1"
}
}