-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.91 KB
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
{
"name": "spyne-plugin-console",
"version": "0.5.3",
"description": "Front end module to view all Channels data",
"main": "lib/spyne-plugin-console.min.js",
"module": "src/app/spyne-plugin-console.js",
"type": "module",
"designatedBaseApp": true,
"scripts": {
"start": "webpack serve --open --mode development --env dev",
"init": "npm install && npm i -D mocha-loader --force",
"build": "webpack --mode production --env build",
"test": "echo \"Error: no test specified\" && exit 1",
"migrate-sass": "sass-migrator module --migrate-deps src/scss/main.scss"
},
"dependencies": {
"flatted": "^3.3.1",
"highlight.js": "^11.10.0",
"ramda": "^0.30.1",
"rxjs": "^7.8.1",
"spyne": "^0.21.2"
},
"devDependencies": {
"chai": "^5.1.1",
"chai-dom": "^1.12.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"file-loader": "^6.2.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.0",
"karma": "^6.4.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-mocha": "^2.0.1",
"karma-sinon": "^1.0.5",
"karma-webpack": "^5.0.1",
"mini-css-extract-plugin": "^2.9.1",
"mocha": "^10.7.3",
"requirejs": "^2.3.7",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"sass-migrator": "^2.3.0",
"sinon": "^18.0.0",
"style-loader": "^4.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-middleware": "^7.4.2",
"webpack-dev-server": "^5.1.0",
"webpack-rxjs-externals": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spynejs/spyne-plugin-console.git"
},
"author": "Frank Batista",
"license": "MIT",
"bugs": {
"url": "https://github.com/spynejs/spa-plugin-console/issues"
},
"homepage": "https://github.com/spynejs/spyne-plugin-console-tmp#readme",
"directories": {
"lib": "lib"
}
}