-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.48 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
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@sonatype/react-shared-components-gallery",
"version": "3.3.5",
"description": "Gallery application to demonstrate usage and look of Sonatype shared UI components",
"main": "src/main.ts",
"scripts": {
"start": "npm-run-all lint webpack-dev-server",
"build": "npm-run-all lint webpack copy-assets",
"copy-assets": "cpx \"src/index.html\" dist",
"lint": "eslint 'src/**/*.{js,ts}{,x}'",
"webpack": "webpack --env.production",
"webpack-dev-server": "webpack-dev-server",
"test": "wdio run wdio.conf.js",
"clean": "rimraf dist webpack-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/sonatype/sonatype-react-shared-components.git",
"directory": "gallery"
},
"author": "Sonatype, Inc.",
"license": "EPL-2.0",
"devDependencies": {
"@applitools/eyes-webdriverio": "^5.27.2",
"@types/classnames": "=2.2.7",
"@types/react": "16.9.14",
"@types/react-dom": "16.9.1",
"@types/react-router": "^5.1.0",
"@types/react-router-dom": "^5.1.0",
"@types/react-syntax-highlighter": "10.1.0",
"@typescript-eslint/eslint-plugin": "1.11.0",
"@typescript-eslint/parser": "1.11.0",
"@wdio/cli": "6.1.17",
"@wdio/local-runner": "6.1.17",
"@wdio/mocha-framework": "6.1.17",
"@wdio/spec-reporter": "6.1.14",
"@wdio/sync": "6.1.14",
"chromedriver": "83.0.0",
"copy-modules-webpack-plugin": "2.1.0",
"cpx": "1.5.0",
"css-loader": "=2.1.1",
"eslint": "5.16.0",
"eslint-plugin-react": "7.14.2",
"file-loader": "=3.0.1",
"mini-css-extract-plugin": "=0.6.0",
"npm-run-all": "4.1.5",
"raw-loader": "2.0.0",
"resolve-url-loader": "=3.1.0",
"rimraf": "2.6.3",
"sass-loader": "=7.1.0",
"ts-loader": "=5.3.3",
"typescript": "3.5.2",
"webdriverio": "6.1.17",
"webpack": "=4.29.6",
"webpack-cli": "=3.3.0",
"webpack-dev-server": "=3.3.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.17",
"@fortawesome/free-solid-svg-icons": "=5.8.1",
"@fortawesome/react-fontawesome": "=0.1.4",
"@sonatype/react-shared-components": "link:../lib/dist",
"axios": "0.20.0",
"classnames": "2.2.6",
"core-js": "3.6.5",
"es6-object-assign": "1.1.0",
"es6-set": "0.1.5",
"node-sass": "4.12.0",
"query-string": "6.13.1",
"ramda": "0.26.1",
"react": "16.10.1",
"react-dom": "16.10.1",
"react-router": "^5.1.0",
"react-router-dom": "^5.1.0",
"react-syntax-highlighter": "9.0.1"
}
}