forked from icstechsales/dql-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
{
"name": "dql-explorer",
"version": "0.2.8",
"author": "Dimitri Prosper <[email protected]>",
"contributors": [
{
"name": "Scott Good",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"description": "DQL Explorer PoC for IBM Think 2019",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.13",
"@fortawesome/free-brands-svg-icons": "^5.7.2",
"@fortawesome/free-solid-svg-icons": "^5.7.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"carbon-components": "^9.69.0",
"carbon-components-react": "^6.84.0",
"carbon-icons": "^7.0.7",
"es6-promise": "^4.2.5",
"highlight.js": "^9.14.2",
"i": "^0.3.6",
"immutability-helper": "^3.0.0",
"node-sass": "^4.11.0",
"npm": "^6.7.0",
"office-ui-fabric-react": "^6.128.0",
"react": "^16.7.0",
"react-app-rewired": "^2.1.0",
"react-dom": "^16.7.0",
"react-scripts": "2.1.8",
"typescript": "^3.2.4",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://domino.yourdomain.com",
"homepage": "http://domino.yourdomain.com/dqlexplorer.nsf"
}