-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "scribex",
"version": "1.4.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"comments": {
"comment": "Dependencies to get package from local or server",
"server": {
"perfxhtml": "sevenxtech/perfxhtml#distpack",
"simple-text-editor-rcl": "sevenxtech/simple-text-editor-rcl#distpack"
},
"local": {
"perfxhtml": "link:./../perfxhtml",
"simple-text-editor-rcl": "link:./../simple-text-editor-rcl",
"epitelete-perf-html": "link:./../Epitelete-Perf-Html"
}
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@xelah/type-perf-html": "1.0.0-beta.11",
"epitelete-perf-html": "^0.2.4",
"lodash.isequal": "^4.5.0",
"phosphor-react": "^1.4.1",
"prop-types": "15.8.1",
"proskomma-react-hooks": "2.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "5.0.1",
"use-deep-compare": "1.1.0",
"zustand": "^4.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}