-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.18 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.18 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
{
"author": {
"email": "joep@ontola.io",
"name": "Joep Meindertsma"
},
"dependencies": {
"@bugsnag/core": "^7.16.1",
"@bugsnag/js": "^7.16.5",
"@bugsnag/plugin-react": "^7.16.5",
"@dnd-kit/core": "^4.0.3",
"@dnd-kit/sortable": "^5.1.0",
"@dnd-kit/utilities": "^3.0.2",
"@tomic/react": "workspace:*",
"polished": "^4.1.0",
"query-string": "^7.0.0",
"quick-score": "^0.0.10",
"react": "^18.0.0",
"react-colorful": "^5.1.1",
"react-dom": "^18.0.0",
"react-dropzone": "^11.4.2",
"react-helmet-async": "^1.3.0",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^3.1.0",
"react-icons": "^4.2.0",
"react-intersection-observer": "^8.31.1",
"react-is": "^18",
"react-markdown": "^8.0.3",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.3",
"yamde": "^1.7.1"
},
"devDependencies": {
"@playwright/test": "^1.26.0",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/react-router-dom": "^5.0.0",
"@types/styled-components": "^5.1.25",
"babel-plugin-styled-components": "^2.0.7",
"csstype": "^3.1.0",
"gh-pages": "^3.1.0",
"lint-staged": "^10.5.4",
"types-wm": "^1.1.0",
"vite": "^3.0.5",
"vite-plugin-pwa": "^0.13.1",
"workbox-cli": "^6.4.1"
},
"homepage": "https://atomicdata.dev/",
"husky": {
"hooks": {
"pre-push": "pnpm lint && pnpm test"
}
},
"license": "MIT",
"name": "@tomic/data-browser",
"private": true,
"repository": {
"url": "https://github.com/atomicdata-dev/atomic-data-browser/"
},
"scripts": {
"build": "vite build",
"deploy": "gh-pages -d build",
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint ./src --ext .js,.jsx,.ts,.tsx --fix",
"predeploy": "build && touch build/.nojekyll",
"preview": "vite preview",
"start": "vite",
"test": "playwright test",
"test-debug": "PWDEBUG=1 playwright test",
"test-new": "playwright codegen http://localhost:5173",
"test-query": "PWDEBUG=1 npx playwright test \"e2e.spec.ts\" -g",
"typecheck": "tsc --noEmit"
},
"version": "0.32.1"
}