forked from ComPlat/chemotion_ELN
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.38 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
86
87
88
89
90
91
92
{
"name": "chemotion",
"repository": {},
"dependencies": {
"alt": "0.18.6",
"alt-utils": "1.0.0",
"aviator": "v0.6.1",
"babel-eslint": "6.1.2",
"babel-plugin-transform-object-rest-spread": "6.8.0",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babelify": "~7.3.0",
"browserify": "~13.1.0",
"browserify-incremental": "^3.1.1",
"classnames": "^2.2.5",
"clipboard": "^1.5.12",
"debounce": "^1.0.0",
"deep-equal": "1.0.1",
"es6-promise-debounce": "^1.0.1",
"eslint": "2.10.2",
"eslint-plugin-react": "5.1.1",
"immutable": "~3.8.1",
"jsdom": "^9.8.0",
"lodash": "^4.15.0",
"moment": "^2.14.1",
"moment-precise-range-plugin": "^1.2.0",
"numeral": "^1.5.3",
"path": "^0.12.7",
"qrcode.react": "^0.6.1",
"quagga": "^0.11.5",
"quill": "1.1.2",
"quill-delta": "3.4.1",
"react": "15.3.2",
"react-addons-update": "15.3.2",
"react-barcode": "^1.1.0",
"react-bootstrap": "~0.30.3",
"react-cookie": "^0.4.8",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "15.3.2",
"react-dropzone": "^3.6.0",
"react-inlinesvg": "0.4.2",
"react-notification-system": "^0.2.7",
"react-qr-reader": "^0.3.1",
"react-select": "1.0.0-rc.3",
"react-stickydiv": "^3.4.19",
"react-svg-file-zoom-pan": "0.0.6",
"react-svg-inline": "^1.2.0",
"react-ui-tree": "2.5.0",
"sha256": "^0.2.0",
"uuid": "^2.0.2",
"whatwg-fetch": "1.0.0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
],
"plugins": [
"transform-object-rest-spread"
]
}
]
]
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"eslint": "^3.3.1",
"eslint-plugin-react": "^6.1.1",
"expect": "^1.20.2",
"expect-jsx": "^2.6.0",
"mocha": "^3.0.1",
"react-addons-test-utils": "15.3.2",
"react-dom": "^15.3.2",
"enzyme": "^2.4.1",
"sinon": "^1.17.5",
"sinon-spy-react": "^2.0.0"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --require './spec/javascripts/helper/setup.js' './spec/javascripts/**/*.spec.js'"
},
"license": "MIT",
"engines": {
"node": "4.4.3"
}
}