-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
74 lines (74 loc) · 1.88 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "atomify",
"homepage": "http://andeplane.github.io/atomify",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/colormap": "^2.3.1",
"@types/dygraphs": "^2.1.4",
"@types/jest": "^29.5.14",
"@types/node": "^16.11.63",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.164.0",
"antd": "^4.23.4",
"colormap": "^2.3.2",
"dygraphs": "^2.1.0",
"easy-peasy": "^6.0.5",
"localforage": "^1.10.0",
"mixpanel-browser": "^2.45.0",
"omovi": "^0.11.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fetch-hook": "^1.9.5",
"react-iframe": "^1.8.4",
"react-markdown": "^8.0.3",
"react-monaco-editor": "^0.50.1",
"react-scripts": "5.0.1",
"react-terminal-ui": "^1.0.0",
"react-use": "^17.4.0",
"rehype-katex": "^6.0.2",
"remark-math": "^5.1.1",
"styled-components": "^5.3.6",
"three": "^0.164.1",
"typescript": "^4.8.4",
"uuid": "^9.0.0",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && mv build dist",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/mixpanel-browser": "^2.38.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"gh-pages": "^6.1.1",
"prettier": "3.3.3"
}
}