forked from fgpv-vpgf/plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.81 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.81 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
{
"name": "plugins",
"version": "0.0.1",
"description": "Plugins for the RAMP viewer supported by the core team.",
"scripts": {
"build": "webpack --config ./bin/build/webpack.config.js",
"serve": "webpack-dev-server --progress --hot --config ./bin/build/webpack.config.js",
"update": "(cd ./areaOfInterest && npm i) && (cd ./enhancedTable && npm i) && (npm i)",
"init": "npm run update && bash ./node_modules/.bin/selenium-standalone install",
"test": "bash ./node_modules/.bin/wdio ./bin/test/wdio.conf.local.js --inspect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fgpv-vpgf/extensions.git"
},
"keywords": [
"plugins",
"RAMP"
],
"author": "Miles Petrov",
"license": "ISC",
"bugs": {
"url": "https://github.com/fgpv-vpgf/extensions/issues"
},
"homepage": "https://github.com/fgpv-vpgf/extensions#readme",
"devDependencies": {
"@types/jquery": "3.3.22",
"chromedriver": "2.43.3",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.1",
"dotenv": "6.1.0",
"mini-css-extract-plugin": "0.4.4",
"node-sass": "4.10.0",
"sass-loader": "7.1.0",
"selenium-standalone": "6.15.4",
"style-loader": "0.23.1",
"ts-loader": "5.3.0",
"typescript": "3.1.6",
"url-loader": "1.1.2",
"wdio-chromedriver-service": "0.1.3",
"wdio-jasmine-framework": "0.3.7",
"wdio-selenium-standalone-service": "0.0.11",
"wdio-spec-reporter": "0.1.5",
"wdio-testingbot-service": "0.2.1",
"webdriverio": "4.14.0",
"webpack": "4.26.0",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.10"
},
"dependencies": {
"rxjs": "6.3.3"
}
}