-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.76 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
{
"name": "typegeez",
"version": "0.2.1",
"description": "Type Geez/Tigrinya",
"private": true,
"main": "index.js",
"scripts": {
"build": "webpack && unocss src/*.js --out-file=public/uno.css",
"dev": "webpack-dev-server",
"css": "unocss src/*.js --out-file='public/uno.css'",
"ui": "jest --config jest.config.js",
"unit": "mocha --require @babel/register 'src/**/*.test.js'",
"lint:fix": "eslint src/. --ext js --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yonashailug/typegeez.git"
},
"keywords": [
"Geez",
"Tigrinya",
"Type"
],
"author": "Yonas Hailu <yonashailug@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yonashailug/typegeez/issues"
},
"homepage": "https://github.com/yonashailug/typegeez#readme",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/register": "^7.18.9",
"@iconify-json/carbon": "^1.1.9",
"@unocss/preset-uno": "^0.46.3",
"@unocss/webpack": "^0.46.3",
"babel-loader": "^9.0.0",
"babel-preset-react-app": "^10.0.1",
"chai": "^4.3.7",
"eslint": "^8.26.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.10",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.2.2",
"jest-environment-jsdom": "^29.2.2",
"mocha": "^10.1.0",
"ohmyfetch": "^0.4.21",
"p-limit": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"unocss": "^0.46.3",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"windicss-webpack-plugin": "^1.7.7"
}
}