-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 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
{
"name": "@knossys/knossys-data-portal",
"version": "0.1.14",
"description": "A local (to a desktop, laptop or VM) connector to upload, download and transfer files with the core Knossys system",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"buildnpm": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files"
},
"private": false,
"main": "dist/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"author": "mindtoeye",
"keywords": [
"server",
"npm",
"webpack",
"knossys",
"data"
],
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.16.0",
"@emotion/css": "^11.5.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.3",
"bufferutil": "^4.0.5",
"cors": "^2.8.5",
"express-fileupload": "^1.4.0",
"utf-8-validate": "^5.0.7",
"css-loader": "^6.5.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"is-hotkey": "^0.1.6",
"react": "^16.9.0",
"react-dom": "^16.12.0",
"react-json-tree": "^0.11.2",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"slate": "^0.47.8",
"slate-react": "^0.22.9",
"webpack": "^5.64.1",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.3.1"
},
"dependencies": {
"chokidar": "^3.5.3",
"express": "^4.18.2"
}
}