-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "vegadns-ui",
"version": "1.0.0",
"description": "JS UI for VegaDNS2",
"main": "public/js/app.js",
"scripts": {
"watch": "webpack-dev-server --hot --progress --colors --content-base public/",
"watchs": "webpack-dev-server --https --hot --progress --colors --content-base public/",
"test": "echo \"No unit tests yet\" && exit 1",
"build": "webpack --progress --profile --colors"
},
"keywords": [
"dns",
"vegadns"
],
"author": "Bill Shupp",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/shupp/VegaDNS-UI.git"
},
"dependencies": {
"babel-runtime": "6.11.6",
"flux": "2.1.1",
"js-file-download": "^0.4.1",
"keymirror": "0.1.1",
"react": "15.3.0",
"react-addons-css-transition-group": "15.3.0",
"react-bootstrap": "0.30.2",
"react-dom": "15.3.0",
"react-input-autosize": "1.1.0",
"react-loader": "2.4.0",
"react-select": "1.0.0-rc.2",
"urijs": "1.18.1"
},
"devDependencies": {
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.24.0",
"html-webpack-plugin": "^2.22.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}