-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
65 lines (65 loc) · 2 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
{
"name": "databazel",
"version": "0.0.1",
"scripts": {
"start": "meteor run --settings config/settings.json",
"quasar": "java -jar ../quasar.jar -c config/quasar.json",
"lint": "eslint .",
"lintfix": "npm run lint -- --fix",
"pretest": "npm run lint --silent",
"testonly": "mocha client/**/tests/**/*.js --compilers js:babel-core/register",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"chart.js": "^2.1.6",
"codemirror": "^5.19.0",
"echarts": "^3.5.2",
"echarts-for-react": "^1.1.3",
"enquire.js": "^2.1.1",
"fibers": "^1.0.13",
"formsy-material-ui": "^0.4.3",
"formsy-react": "^0.18.1",
"i18n-2": "^0.6.3",
"jszip": "^3.1.1",
"mantra-core": "^1.6.1",
"material-ui": "^0.16.0",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.14.1",
"react": "15.1.0",
"react-chartjs": "git://github.com/jhudson8/react-chartjs.git#chartjs-v2",
"react-codemirror": "^0.2.6",
"react-dom": "15.1.0",
"react-grid-layout": "^0.12.7",
"react-mounter": "^1.2.0",
"react-resizable": "^1.6.0",
"react-slick": "^0.14.5",
"react-tap-event-plugin": "^1.0.0",
"react-treeview": "^0.4.5",
"slick-carousel": "^1.6.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-plugin-react-require": "^2.1.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-root-slash-import": "^1.0.0",
"chai": "^3.5.0",
"enzyme": "^2.3.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-meteor": "^3.6.0",
"eslint-plugin-react": "^5.1.1",
"mocha": "^2.5.3",
"react-addons-test-utils": "^15.1.0",
"sinon": "^1.17.4",
"underscore": "^1.8.3",
"prompt": "1.0.0"
},
"private": true
}