forked from dhis2/datastore-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.52 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
{
"name": "datastore-app",
"version": "31.0.0",
"description": "An app to edit and manage namespaces.",
"main": "app.js",
"scripts": {
"build": "webpack -p --config ./webpack.production.config.js",
"lint": "eslint --fix webapp --rule 'no-unused-expressions: 0'",
"start": "webpack-dev-server",
"test": "NODE_PATH=./webapp/js mocha test/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dhis2/datastore-app.git"
},
"author": "Steven Hicks, Pavel Jurásek & Birk",
"license": "ISC",
"bugs": {
"url": "https://github.com/dhis2/datastore-app/issues"
},
"homepage": "https://github.com/dhis2/datastore-app",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"btoa": "^1.1.2",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"enzyme": "^2.6.0",
"eslint": "^3.10.2",
"eslint-config-dhis2": "^2.0.2",
"eslint-plugin-mocha": "^4.7.0",
"eslint-plugin-prefer-object-spread": "^1.1.0",
"eslint-plugin-react": "^4.1.0",
"html-webpack-plugin": "^2.30.1",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^2.2.1",
"jsdom": "^9.8.3",
"json-loader": "^0.5.4",
"mocha": "^3.1.2",
"node-sass": "^4.13.1",
"react-addons-test-utils": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-hot-loader": "^3.0.0-beta.5",
"react-tools": "^0.13.3",
"redux-devtools": "^3.3.1",
"redux-logger": "^2.7.0",
"redux-mock-store": "^1.2.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"d2": "^27.0.0-5",
"d2-manifest": "^1.0.0",
"d2-ui": "^27.0.0-6",
"d2-utilizr": "^0.2.9",
"flow-bin": "^0.33.0",
"jsoneditor": "^5.5.10",
"material-ui": "^0.16.4",
"react": "^15.4.0",
"react-chartjs-2": "1.5.1",
"react-dom": "^15.4.0",
"react-hot-loader": "^3.0.0-beta.5",
"react-json": "^0.2.1",
"react-json-inspector": "^7.0.0",
"react-json-pretty": "^1.2.1",
"react-redux": "^4.4.5",
"react-router": "3",
"react-tap-event-plugin": "^2.0.1",
"react-tools": "^0.13.3",
"redux": "^3.6.0",
"redux-devtools": "^3.3.1",
"redux-promise-middleware": "^4.1.0",
"redux-thunk": "^2.1.0",
"sprintf-js": "^1.0.3"
}
}