forked from stacks-archive/blockstack-browser
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
161 lines (161 loc) · 4.84 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "blockstack-portal",
"version": "0.4.0",
"author": "Blockstack Inc <admin@blockstack.com>",
"description": "The Blockstack browser portal",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/blockstack/blockstack-portal.git"
},
"scripts": {
"lint": "NODE_ENV=test ./node_modules/.bin/gulp lint",
"test": "NODE_ENV=test ./node_modules/.bin/gulp test",
"web": "NODE_ENV=production ./node_modules/.bin/gulp prod",
"mac": "NODE_ENV=production ./node_modules/.bin/gulp mac",
"dev-ui": "NODE_ENV=development ./node_modules/.bin/gulp dev",
"dev-proxy": "NODE_ENV=development ./node_modules/.bin/gulp proxy",
"dev": "concurrently --kill-others \"npm run dev-ui\" \"npm run dev-proxy\""
},
"keywords": [
"blockstack",
"browser",
"portal",
"blockchain",
"apps",
"applications",
"decentralized",
"gulp",
"browserify",
"react",
"sass",
"boilerplate"
],
"devDependencies": {
"asar": "^0.11.0",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"babel-polyfill": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"babelify": "^7.2.0",
"brfs": "^1.4.3",
"browser-sync": "^2.7.13",
"browserify": "^13.1.1",
"chai": "^3.5.0",
"change-case": "^2.3.1",
"chromedriver": "^2.21.2",
"co-mocha": "^1.1.2",
"concurrently": "^2.1.0",
"cors": "^2.8.1",
"corsproxy": "^1.5.0",
"corsproxy-https": "^1.5.2",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^2.0.2",
"debowerify": "^1.5.0",
"del": "^2.2.0",
"eslint": "^2.10.2",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"express": "^4.13.4",
"fbjs-scripts": "^0.7.1",
"font-awesome": "^4.6.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-jsx-coverage": "^0.3.5",
"gulp-mocha": "^2.1.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.6",
"istanbul": "^0.4.0",
"jsdom": "^9.2.0",
"json-loader": "^0.5.4",
"knox": "^0.9.2",
"minimist": "^1.2.0",
"mocha": "^2.5.3",
"node-libs-browser": "^1.0.0",
"postcss": "^5.0.11",
"postcss-modules-extract-imports": "^1.0.0",
"postcss-modules-local-by-default": "^1.0.0",
"postcss-modules-scope": "^1.0.0",
"postcss-modules-values": "^1.1.1",
"request": "^2.79.0",
"run-sequence": "^1.1.1",
"selenium-webdriver": "^2.53.2",
"sinon": "^1.17.4",
"sinon-as-promised": "^4.0.0",
"source-map-support": "^0.4.0",
"style-loader": "^0.13.1",
"superagent": "^1.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^3.27.0"
},
"dependencies": {
"base64url": "^2.0.0",
"bigi": "^1.4.2",
"bip39": "^2.2.0",
"bitcoinjs-lib": "https://github.com/shea256/bitcoinjs-lib.git",
"blockstack": "^0.2.11",
"blockstack-auth": "^0.2.4",
"blockstack-keychains": "0.0.8",
"blockstack-profiles": "^0.3.6",
"blockstack-proofs": "^0.3.0",
"blockstack-zones": "^0.1.0",
"body-parser": "^1.16.1",
"bootstrap": "https://github.com/blockstack/blockstack-bootstrap.git",
"dropbox": "^2.5.0",
"ecurve": "^1.0.4",
"hasprop": "0.0.4",
"is-retina": "^1.0.3",
"isomorphic-fetch": "^2.2.1",
"jwt-js": "^0.5.0",
"lodash": "^4.17.2",
"query-string": "^4.2.3",
"react": "^15.4.1",
"react-addons-test-utils": "^15.4.1",
"react-bootstrap": "^0.28.2",
"react-document-title": "^2.0.1",
"react-dom": "^15.4.1",
"react-dropzone": "^3.7.3",
"react-history": "^0.15.1",
"react-mixin": "^3.0.3",
"react-modal": "^1.6.5",
"react-radio-group": "^2.2.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "^4.0.4",
"react-select": "^1.0.0-rc.2",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-localstorage": "^0.4.0",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.1",
"redux-thunk": "^2.1.0",
"reflux": "^5.0.3",
"safe-buffer": "^5.0.1",
"triplesec": "^3.0.25"
}
}