-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.53 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
{
"name": "wb-render",
"description": "Minimalistic wb-core application",
"version": "1.0.0",
"private": true,
"author": "Evgeniy Malyarov <[email protected]> (http://www.oknosoft.ru)",
"license": "MIT",
"engines": {
"node": "^20.11",
"yarn": "^1.22"
},
"packageManager": "[email protected]",
"dependencies": {
"pouchdb-adapter-http": "^8.0",
"pouchdb-adapter-indexeddb": "^8.0",
"pouchdb-core": "^8.0",
"pouchdb-find": "^8.0",
"pouchdb-mapreduce": "^8.0",
"pouchdb-replication": "^8.0",
"pouchdb-utils": "^8.0",
"wb-core": "github:oknosoft/windowbuilder-core#6bf78b96e6be3ee9ff305ffecd1fd00570a5d3ac"
},
"devDependencies": {
"@babel/core": "^7.24",
"@babel/preset-env": "^7.24",
"@babel/preset-react": "^7.24",
"babel-loader": "^9.1",
"css-loader": "^6.10",
"md5-file": "^5.0",
"raw-loader": "^4.0",
"style-loader": "^3.3",
"webpack": "^5.91",
"webpack-cli": "^5.1",
"webpack-dev-server": "^5.0"
},
"peerDependecies": {},
"scripts": {
"dev": "webpack serve -c config/webpack.dev.js",
"prod": "webpack -c config/webpack.prod.js"
},
"repository": {
"type": "git",
"url": "https://github.com/oknosoft/helloworld.git"
},
"bugs": {
"url": "https://github.com/oknosoft/metadata.js/issues"
},
"homepage": "https://oknosoft.ru/metadata",
"keywords": [
"metadata",
"browser data engine",
"spa offline",
"offline framework",
"offline first",
"replication",
"метадата",
"метадата 1с"
]
}