forked from stellar/laboratory
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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": "stellar-laboratory",
"version": "0.0.1",
"private": true,
"description": "",
"author": "Stellar Development Foundation <stellar@stellar.org>",
"license": "Apache-2.0",
"scripts": {
"start": "gulp develop",
"build": "gulp build"
},
"dependencies": {
"@ledgerhq/hw-app-str": "^4.14.0",
"@ledgerhq/hw-transport-u2f": "^4.13.0",
"axios": "^0.8.1",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-polyfill": "^6.26.0",
"bluebird": "^3.5.1",
"browser-sync": "^2.9.11",
"chai": "^3.5.0",
"classnames": "^2.2.0",
"css-loader": "^0.18.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-mocha": "^2.2.0",
"html-webpack-plugin": "^1.6.2",
"json-loader": "^0.5.3",
"lodash": "^3.10.1",
"mocha": "^2.4.5",
"node-sass": "^4.7.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"redux": "^3.0.4",
"redux-thunk": "^1.0.0",
"route-recognizer": "^0.1.9",
"sass-loader": "^3.2.3",
"solar-css": "git+https://github.com/stellar/solar#master",
"solar-stellarorg": "git+https://github.com/stellar/solar-stellarorg#master",
"stellar-sdk": "^0.10.0",
"uri-templates": "^0.1.9",
"urijs": "^1.16.0",
"webpack": "^1.13.2"
}
}