forked from vanila-io/wireflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.9 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": "WireFlow",
"version": "0.0.2",
"description": "Flowchart collaboration App",
"scripts": {
"start": "meteor --settings settings.json",
"lint": "eslint .",
"pretest": "npm run lint --silent",
"test": "meteor test --driver-package=practicalmeteor:mocha --port 3100",
"postinstall": "cp node_modules/materialize-css/js/date_picker/picker.js node_modules/materialize-css/bin"
},
"eslintConfig": {
"extends": "@meteorjs/eslint-config-meteor"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"bootstrap": "^3.4.1",
"canvas": "^2.5.0",
"country-city": "^1.0.0",
"coupon-code": "^0.4.4",
"create-react-class": "^15.6.3",
"fabric": "^3.3.2",
"fibers": "^4.0.1",
"graceful-fs": "^4.2.0",
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"jquery-mousewheel": "^3.1.13",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.19.1",
"jsdom": "^11.12.0",
"materialize-css": "^1.0.0",
"meteor-node-stubs": "^0.3.3",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^0.31.5",
"react-custom-scrollbars": "^4.0.0",
"react-dom": "^16.8.6",
"react-edit-inline": "git+https://github.com/entrptaher/ReactInlineEdit.git",
"react-router": "^3.2.3",
"react-router-bootstrap": "^0.23.1",
"react-select": "^1.3.0"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^8.2.6",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^4.2.2",
"eslint-plugin-mocha": "^4.12.1",
"eslint-plugin-react": "^7.14.3"
},
"license": "MIT",
"repository": {
"url": "[email protected]:vanila-io/wireflow.git"
}
}