-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.05 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.05 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
{
"name": "clickhouse",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "xo",
"dev-server": "npm run lint && encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "xo --plugin=react --fix",
"cypress:open": "cypress open",
"start": "npm run cypress:open",
"cli": "cypress run"
},
"repository": {
"type": "git",
"url": "git@github_nfq:OpenSourceCommerce/log-explorer.git"
},
"author": "ScaleCommerce",
"license": "ISC",
"dependencies": {
"@nextcloud/event-bus": "^1.2.0",
"admin-lte": "^3.1.0",
"chart.js": "^3.8.0",
"column-resizer": "^1.3.6",
"dotenv": "^8.2.0",
"follow-redirects": ">=1.14.8",
"jquery-validation": "^1.19.2",
"moment": "^2.29.1",
"nanoid": ">=3.1.31",
"node-forge": ">=1.0.0",
"popover": "^2.4.1",
"react": "^17.0.1",
"react-chartjs-2": "^4.2.0",
"react-dom": "^17.0.1",
"react-grid-layout": "^1.2.0",
"react-inlinesvg": "^2.1.1"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/preset-react": "^7.12.5",
"@fortawesome/fontawesome-free": "^6.0.0",
"@lottiefiles/react-lottie-player": "^3.4.4",
"@popperjs/core": "^2.1.0",
"@symfony/webpack-encore": "^0.31.0",
"ansi-regex": ">=5.0.1",
"bootstrap": "^5.1.3",
"core-js": "^3.7.0",
"cypress": "^8.6.0",
"eslint-config-xo-react": "^0.23.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"feather-icons": "^4.28.0",
"follow-redirects": ">=1.14.8",
"jquery": "^3.6.0",
"lodash": "^4.17.20",
"nanoid": ">=3.1.31",
"node-forge": ">=1.0.0",
"nth-check": ">=2.0.1",
"postcss": ">=8.2.13",
"prop-types": "^15.7.2",
"react-input-color": "^4.0.0",
"sass": "^1.49.8",
"sass-loader": "^9.0.3",
"tar": ">=4.4.18",
"trim-newlines": ">=3.0.1",
"webpack-notifier": "^1.6.0",
"xo": "^0.34.2"
}
}