-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.04 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
78
{
"name": "atomify",
"homepage": "http://andeplane.github.io/atomify",
"version": "1.0.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^6.1.0",
"@monaco-editor/react": "^4.6.0",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.6.1",
"@types/colormap": "^2.3.1",
"@types/dygraphs": "^2.1.4",
"@types/jest": "^30.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.181.0",
"antd": "^5.22.0",
"colormap": "^2.3.2",
"dygraphs": "^2.1.0",
"easy-peasy": "^6.0.5",
"fflate": "^0.8.3",
"lammps.js": "^1.5.1",
"localforage": "^1.10.0",
"mixpanel-browser": "^2.75.0",
"monaco-editor": "^0.55.1",
"omovi": "^0.25.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"styled-components": "^6.4.1",
"three": "^0.181.2",
"typescript": "^4.9.5",
"uuid": "^14.0.0",
"web-vitals": "^5.1.0"
},
"scripts": {
"start": "vite",
"start:https": "HTTPS=true vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"test:run": "vitest run",
"test:ui": "vitest --ui",
"e2e": "playwright test",
"e2e:headed": "playwright test --headed",
"typecheck": "tsc --noEmit",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@jupyterlab/nbformat": "^4.5.0",
"@playwright/test": "^1.61.1",
"@testing-library/jest-dom": "^6.9.1",
"@types/emscripten": "^1.41.5",
"@types/node": "^20.19.25",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-basic-ssl": "^2.3.0",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/ui": "^4.0.18",
"coi-serviceworker": "^0.1.7",
"gh-pages": "^6.1.1",
"jsdom": "^29.0.1",
"prettier": "3.6.2",
"vite": "^8.1.3",
"vitest": "^4.1.0"
}
}