-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.76 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
{
"name": "aor-django-rest-framework",
"version": "1.1.3",
"description": "Django REST Framework client for admin-on-rest",
"main": "src/restClient.js",
"files": [
"LICENSE",
"*.md",
"src/*",
"index.js"
],
"scripts": {
"build": "babel src --out-dir dist --experimental",
"test": "mocha --compilers js:babel-core/register src/test.js",
"cover": "istanbul cover -x src/test.js _mocha -- --compilers js:babel-core/register src/test.js",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vilkasgroup/django_rest_framework_client.git"
},
"keywords": [
"django",
"react",
"admin-on-rest"
],
"author": "Aleksi Wikman",
"license": "MIT",
"bugs": {
"url": "https://github.com/vilkasgroup/django_rest_framework_client/issues"
},
"homepage": "https://github.com/vilkasgroup/django_rest_framework_client#readme",
"dependencies": {
"admin-on-rest": "^1.4.0",
"query-string": "^6.0.0"
},
"devDependencies": {
"webpack": "^4.2.0",
"webpack-cli": "^2.0.12",
"transform-runtime": "0.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"es6-promise": "^4.2.4",
"isomorphic-fetch": "^2.2.1",
"node-fetch": "^2.1.1",
"FormData": "^0.10.1",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"fetch-mock": "^6.3.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^5.0.4",
"mocha-webpack": "^1.1.0",
"mock-local-storage": "^1.0.5"
}
}