forked from Yummygum/react-flagpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.52 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.52 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "react-flagpack",
"description": "A React flag pack",
"version": "0.0.24",
"author": "Yummygum <info@yummygum.com> (https://yummygum.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/Yummygum/react-flag-pack.git"
},
"keywords": [
"react",
"react-component",
"languages",
"flag",
"iso",
"flag set",
"countries",
"flag-pack"
],
"files": [
"dist/*"
],
"main": "dist/react-flag-rollup.cjs.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/Yummyg4um/react-flag-pack/issues"
},
"homepage": "https://github.com/Yummygum/react-flag-pack/#readme",
"scripts": {
"build": "rm -rf dist && NODE_ENV=production rollup -c",
"dev": "rollup -cw",
"test": "echo 'tests here'",
"prepublish": "npm test && npm version patch",
"publish": "npm run build && git add -A dist",
"postpublish": "git push && git push --tags"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@types/react": "^16.8.18",
"autoprefixer": "^9.5.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-1": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"copy-webpack-plugin": "^4.5.3",
"node-sass": "^4.12.0",
"postcss-clean": "^1.1.0",
"react": "^16.8.*",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-babili": "^3.1.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-css-only": "latest",
"rollup-plugin-livereload": "latest",
"rollup-plugin-node-resolve": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-serve": "latest",
"rollup-plugin-typescript2": "^0.21.1",
"rollup-watch": "latest",
"tslib": "^1.9.3",
"typescript": "^3.4.5",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.9.1"
},
"authors": [
{
"name": "Noud Adrichem",
"social": "@noudadrichem",
"url": "https://noudadrichem.com"
},
{
"name": "Donovan Roubos",
"social": "@donovanroubos",
"url": "https://donovanroubos.nl"
},
{
"name": "Yummygum",
"social": "@yummygum",
"url": "https://yummygum.com"
}
],
"dependencies": {
"flagpack-core": "file:../flag-pack-core"
}
}