-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.63 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.63 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "automaton",
"version": "0.1.0",
"homepage": "https://neuralcoder3.github.io/AutomataEditor",
"private": true,
"dependencies": {
"@amaui/lz77": "^1.0.11147",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fauton/fa": "^0.0.2",
"@iconify/icons-charm": "^1.2.6",
"@iconify/react": "^4.0.0",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.10",
"@types/downloadjs": "^1.4.3",
"@types/node": "17.0.25",
"@types/react": "18.0.5",
"@types/react-dom": "18.0.1",
"automata.js": "github:hokein/Automata.js",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"clipboard": "^2.0.11",
"compress-base64": "^1.0.2",
"downloadjs": "^1.4.7",
"dyna-compress-text": "^1.0.9",
"fs-extra": "^10.1.0",
"gojs": "2.2.7",
"gojs-react": "1.1.1",
"huffman-ts": "^0.1.3",
"immer": "^9.0.12",
"jsesc": "^3.0.2",
"lzbase62": "^2.0.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"path-browserify": "^1.0.1",
"pbkdf2": "^3.1.2",
"react": "^18.0.0",
"react-collapsible": "^2.10.0",
"react-copy": "^1.2.1",
"react-copy-code": "^2.1.2",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.0.0",
"react-highlight": "^0.14.0",
"react-popup": "^0.11.0",
"react-scripts": "^5.0.1",
"reactjs-popup": "^2.0.5",
"regex-to-dfa": "^1.0.11",
"regexgen": "^1.3.0",
"styled-components": "^5.3.6",
"typescript": "^4.6.3",
"use-persisted-state": "^0.3.3"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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/bcrypt": "^5.0.0",
"@types/lzbase62": "^2.0.0",
"@types/pbkdf2": "^3.1.0",
"@types/react-highlight": "^0.12.5",
"@types/regexgen": "^1.3.0",
"@types/styled-components": "^5.1.26",
"@types/use-persisted-state": "^0.3.1",
"assert": "^2.1.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"gh-pages": "^4.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.4"
}
}