-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 1.37 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
{
"name": "grid",
"version": "1.0.0",
"description": "Grid library module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "./node_modules/webpack/bin/webpack.js --watch --progress --config webpack.dev.js",
"build": "./node_modules/webpack/bin/webpack.js --progress --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/palasthotel/grid.git"
},
"author": "Palasthotel by Edward Bock",
"license": "ISC",
"bugs": {
"url": "https://github.com/palasthotel/grid/issues"
},
"homepage": "https://github.com/palasthotel/grid#readme",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"compression-webpack-plugin": "^9.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.16.4",
"backbone": "^1.4.0",
"blueimp-file-upload": "^10.32.0",
"ckeditor4": "^4.17.1",
"icanhaz": "^0.10.3",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.0",
"socket.io": "^4.3.2",
"socket.io-client": "^4.3.2",
"underscore": "^1.13.1"
}
}