-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
52 lines (52 loc) · 1.41 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
{
"name": "react-mycroft-gui",
"version": "1.0.0",
"description": "react based front-end for mycroft",
"main": "index.js",
"scripts": {
"test": "test-app",
"start": "webpack-dev-server --hot --open",
"build": "cross-env NODE_ENV=development webpack --config webpack.config.js"
},
"keywords": [
"mycroft"
],
"author": "Vangrel",
"license": "ISC",
"dependencies": {
"bootstrap": "^4.5.3",
"css-loader": "^3.6.0",
"react": "^16.14.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.14.0",
"sass": "^1.54.0",
"style-loader": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"http-server": "^0.12.3",
"sass": "^1.54.0",
"sass-loader": "^8.0.2",
"svg-inline-loader": "^0.8.2",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexisdiaz008/react-mycroft-gui.git"
},
"bugs": {
"url": "https://github.com/alexisdiaz008/react-mycroft-gui/issues"
},
"homepage": "https://github.com/alexisdiaz008/react-mycroft-gui#readme"
}