-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "@faicon/api",
"version": "0.0.23",
"description": "API helper for react. https://github.com/faiconqg/api",
"main": "lib/api.js",
"files": [
"lib/"
],
"scripts": {
"build": "webpack --env dev && webpack --env build && npm run test",
"dev": "webpack --progress --colors --watch --env dev",
"test": "mocha --require babel-core/register --colors ./test/*.spec.js",
"test:watch": "mocha --require babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faiconqg/api.git"
},
"author": "faicon.com",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^4.1.2",
"es6-promise": "^4.2.4",
"eslint": "^4.12.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-react": "^7.5.1",
"fetch-ponyfill": "^6.0.0",
"lodash.merge": "^4.6.1",
"mobx": ">=3.6.1",
"mobx-react": ">=4.4.2",
"mobx-rest": ">=2.2.5",
"mocha": "^4.0.1",
"moment": "^2.19.3",
"qs": "^6.5.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^3.10.0",
"yargs": "^10.0.3"
},
"dependencies": {
"axios": "^0.18.0",
"mobx-rest-axios-adapter": "^2.1.1"
}
}