-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2.16 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
{
"name": "arabi",
"description": "جافاسكريبت معربةً",
"bugs": "https://github.com/arabi-js/arabi/issues",
"contributors": [
"محمد سمير الصوالحي"
],
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.10",
"@babel/eslint-config-internal": "workspace:*",
"@babel/eslint-parser": "^7.13.10",
"@babel/eslint-plugin-development-internal": "workspace:*",
"@babel/plugin-transform-spread": "7.12.1",
"@babel/preset-env": "^7.12.10",
"@babel/preset-flow": "^7.12.13",
"babel-loader": "^8.2.2",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-flowtype": "^5.4.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"lint-staged": ">=10",
"micromatch": "^4.0.2",
"prettier": "^2.2.1",
"scripty": "^2.0.0",
"simple-git-hooks": "^2.0.3",
"syncpack": "^5.7.11",
"webpack": "^5.10.3",
"webpack-clean-plugin": "^0.2.3",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
},
"homepage": "https://github.com/arabi-js/arabi#readme",
"license": "MIT",
"private": true,
"repository": "arabi-js/arabi.git",
"scripts": {
"all:build": "yarn workspaces foreach -pt run build",
"all:clean": "rm -rf ./حزم/*/حزمة && rm -rf ./أمثلة/*/{خرج,حزمة}",
"all:format": "yarn workspaces foreach -pt run format && syncpack format",
"all:lint": "yarn workspaces foreach -pt run lint",
"all:test": "yarn workspaces foreach -pt run test",
"babel:build": "make babel-build",
"bootsrap": "simple-git-hooks",
"examples:build": "make build-examples",
"tasks:parallel": "./أوامر/تزامن --parallel \"$@\"",
"tasks:series": "./أوامر/تزامن --series \"$@\"",
"webpack:analyze": "make analyze",
"webpack:build": "make build",
"webpack:watch": "make watch",
"workspace:format": "make format",
"workspace:lint": "make lint"
},
"simple-git-hooks": {
"pre-commit": "yarn lint-staged"
},
"volta": {
"node": "14.16.0",
"yarn": "1.22.10"
},
"workspaces": [
"حزم/*",
"أمثلة/*",
"تضميد/*"
]
}