-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "servo-console",
"version": "1.0.0",
"description": "Servo Web Console",
"repository": {
"type": "git",
"url": "https://github.com/dowjones/servo-console.git"
},
"contributors":["Chad Wintzer", "Fan Zhang", "Sameer Chauhan"],
"scripts": {
"build": "scripts/build.sh",
"develop": "scripts/dev-server.js"
},
"dependencies": {
"async": "^0.9.0",
"browser-request": "^0.3.3",
"clipboard": "^1.5.5",
"lodash": "^3.5.0",
"moment": "^2.9.0",
"qrcode.react": "^0.5.0",
"react": "^0.13.3",
"react-bootstrap": "^0.16.1",
"react-fa": "^3.0.0",
"react-router": "^0.13.5",
"react-router-bootstrap": "^0.9.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^9.0.3",
"clean-css": "^3.1.3",
"express": "^4.12.2",
"minifier": "^0.7.1",
"react": "^0.13.3",
"recursive-readdir": "^1.2.1",
"watch": "^0.14.0"
}
}