forked from OpenLXP/openlxp-xds-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
{
"name": "openlxp-xds",
"version": "0.1.0",
"private": true,
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/line-clamp": "^0.3.0",
"@xapi/xapi": "^2.0.1",
"autoprefixer": "^10.4.0",
"axios": "^0.23.0",
"next": "12.1.0",
"postcss": "^8.4.5",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.26.0",
"react-test-renderer": "^17.0.2",
"tailwindcss": "^3.0.7",
"use-resize-observer": "^9.1.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"coverage": "jest --watchAll --coverage --verbose --noStackTrace --silent --maxWorkers=50%"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"eslint": "^8.6.0",
"eslint-config-next": "12.0.7",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.2.5",
"jest-mock-axios": "^4.4.1",
"next-router-mock": "^0.5.3",
"prettier": "2.5.1"
}
}