-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
101 lines (101 loc) · 3 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
{
"name": "bodylight.js.composer",
"version": "0.1.0",
"description": "React based GUI builder for bodylight.js",
"main": "dist/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config ./webpack.config.js --mode development --history-api-fallback",
"prod": "webpack -p --config ./webpack.config.prod.js --mode production",
"add-migration": "source src/migrations/add-migration.sh"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/kofrlab/bodylight.js.composer.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/kofrlab/bodylight.js.composer/issues"
},
"homepage": "http://bodylight.physiome.cz",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.2.0",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-standard": "^4.0.0",
"file-loader": "^4.2.0",
"ftp-deploy": "^2.3.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"plotly.js": "^1.49.1",
"redux-devtools": "^3.5.0",
"sass-loader": "^7.2.0",
"style-loader": "^1.0.0",
"terser-webpack-plugin": "^1.2.3",
"url-loader": "^2.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"ace-builds": "^1.4.3",
"acorn": "^6.1.1",
"backbone": "^1.4.0",
"bootstrap": "^4.3.1",
"brace": "^0.11.1",
"chart.js": "^2.8.0",
"core-js": "^3.2.1",
"escodegen": "^1.12.0",
"fast-memoize": "^2.5.1",
"file-saver": "^2.0.1",
"grapesjs": "^0.14.62",
"grapesjs-blocks-basic": "^0.1.8",
"grapesjs-preset-webpage": "^0.1.11",
"immutability-helper": "^3.0.1",
"jquery": "^3.4.1",
"js-beautify": "^1.10.2",
"js-sha256": "^0.9.0",
"jszip": "^3.2.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"localforage": "^1.7.3",
"lodash": "^4.17.15",
"memoize-one": "^5.0.5",
"moment": "^2.24.0",
"normalize-scss": "^7.0.1",
"prop-types": "^15.7.2",
"react": "^16.8.5",
"react-ace": "^7.0.2",
"react-color": "^2.17.3",
"react-dom": "^16.8.5",
"react-dropzone": "^7.0.1",
"react-modal": "^3.9.1",
"react-redux": "^5.1.1",
"react-resizable": "^1.8.0",
"react-toastify": "^5.3.2",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-promise": "^0.6.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.87.3",
"slugid": "^2.0.0",
"string-similarity": "^3.0.0",
"terser": "^4.1.4",
"to-ast": "^1.0.0",
"uuid": "^3.3.2",
"webfontloader": "^1.6.28"
}
}