forked from epam/ketcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
111 lines (111 loc) · 3.08 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "ketcher",
"version": "2.0.0-RC",
"description": "Web-based molecule sketcher",
"license": "Apache-2.0",
"main": "ketcher.js",
"homepage": "http://lifescience.opensource.epam.com/ketcher",
"author": {
"name": "EPAM Life Sciences",
"url": "http://lifescience.opensource.epam.com"
},
"repository": {
"type": "git",
"url": "https://github.com/epam/ketcher.git"
},
"keywords": [
"molecule",
"sketcher",
"chemistry"
],
"bugs": {
"url": "https://github.com/epam/ketcher/issues"
},
"devDependencies": {
"babel-eslint": "8.0.2",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-preset-env": "1.6.0",
"babel-preset-react": "6.24.1",
"babelify": "8.0.0",
"browserify": "16.1.1",
"browserify-babel-istanbul": "0.4.0",
"browserify-replace": "0.9.0",
"budo": "10.0.3",
"chromedriver": "2.36.0",
"del": "2.2.2",
"eslint": "4.11.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.5.1",
"exposify": "0.5.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-babel": "7.0.0",
"gulp-clean-css": "3.1.1",
"gulp-eslint": "4.0.0",
"gulp-hb": "5.1.4",
"gulp-header": "1.8.9",
"gulp-less": "3.3.0",
"gulp-load-plugins": "1.5.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.6.0",
"gulp-svg-sprite": "1.3.7",
"gulp-tap": "1.0.1",
"gulp-uglify": "2.1.2",
"gulp-util": "3.0.8",
"gulp-zip": "4.0.0",
"guppy-cli": "1.0.1",
"istanbul": "0.4.5",
"loose-envify": "1.3.1",
"markdown-it": "8.3.1",
"minimist": "1.2.0",
"ora": "1.3.0",
"semver": "5.3.0",
"svgstore": "2.0.2",
"tap": "11.1.2",
"through2": "2.0.3",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"webdriverio": "4.8.0",
"xmldom": "0.1.27",
"xpath": "0.0.24"
},
"scripts": {
"build": "gulp build",
"archive": "gulp archive",
"start": "gulp serve",
"test": "npm run test-io && npm run test-render",
"test-io": "gulp test-io && node test io/io",
"test-render": "gulp test-render && node test render",
"generate-svg": "gulp test-render && node test/utils/generate-svg.js",
"style": "gulp style",
"gulp": "gulp",
"postinstall": "guppy pre-commit || exit 0"
},
"dependencies": {
"babel-polyfill": "6.23.0",
"classnames": "2.2.5",
"filesaver.js": "0.2.0",
"font-face-observer": "1.0.0",
"jsonschema": "1.1.1",
"lodash": "4.17.4",
"normalize.css": "4.2.0",
"preact": "8.1.0",
"preact-redux": "2.0.1",
"query-string": "2.4.2",
"raphael": "2.2.7",
"redux": "3.6.0",
"redux-logger": "3.0.6",
"redux-thunk": "2.2.0",
"reselect": "3.0.1",
"resemblejs": "2.2.3",
"subscription": "3.0.0",
"w3c-keyname": "1.1.8",
"whatwg-fetch": "2.0.3"
}
}