-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.29 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
{
"name": "bidirectional",
"description": "Write Arabic text on apps that doesn't support bidirectional text.",
"version": "0.3.0",
"author": "Samir Djelal <[email protected]>",
"private": true,
"homepage": "./",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/samirdjelal/bidirectional.git"
},
"keywords": [
"app",
"react",
"tailwind",
"tailwindcss",
"tauri",
"bidirectional",
"arabic",
"text"
],
"dependencies": {
"@tauri-apps/api": "^1.0.0-beta.1",
"@tauri-apps/cli": "^1.0.0-beta.1",
"react": "^16.14.0",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.14.0",
"react-scripts": "^3.4.3"
},
"scripts": {
"start": "react-scripts start",
"tailwind:build": "tailwind build src/tailwind.css -o public/tailwind.build.css",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all",
"ie 6",
"ie 7",
"ie 8",
"ie 9",
"ie 10",
"ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tailwindcss/ui": "^0.3.1",
"tailwindcss": "^1.9.3"
}
}