forked from on-the-edge-cloud/react-circle-flags
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.26 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
68
69
70
71
72
73
74
75
76
77
{
"name": "next-circle-flags",
"version": "1.0.17",
"description": "A Next component with a collection of 300+ minimal circular SVG country flags",
"author": "SinaPirani([email protected])",
"license": "MIT",
"repository": "sinapirani/next-circle-flags",
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"engines": {
"node": ">=10"
},
"types": "dist/index.d.ts",
"scripts": {
"ci": "npm run lint && npm run build:test",
"build": "microbundle-crl --compress --no-sourcemap --format modern,cjs && shx cp index.d.ts dist/index.d.ts",
"build:test": "npm run build",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"prepare": "npm run build",
"test": "cross-env CI=1 react-scripts test --env=jsdom --coverage",
"test:watch": "react-scripts test --env=jsdom",
"lint": "eslint src/**/*.js docs/**/*.js"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"babel-eslint": "^10.0.3",
"cross-env": "^7.0.3",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^4.1.0",
"microbundle-crl": "^0.13.11",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^3.0.1",
"request": "^2.88.2",
"shx": "^0.3.4"
},
"files": [
"dist"
],
"keywords": [
"next",
"react",
"javascript",
"npm",
"component",
"reactjs",
"nextjs",
"next-component",
"react-components",
"javascript-library",
"flags",
"countries",
"react-component-library",
"next13"
],
"dependencies": {
"next": "^13.5.4"
}
}