-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathpackage.json
60 lines (60 loc) · 1.56 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
{
"name": "counterup2",
"version": "2.0.2",
"description": "Counter-Up2 is a lightweight module that counts up to a targeted number when the number becomes visible.",
"main": "dist/index.js",
"exports": "./index.js",
"scripts": {
"build": "webpack --config ./webpack.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bfintal/Counter-Up2.git"
},
"keywords": [
"counterup",
"counter-up",
"count-up",
"count",
"number",
"counter",
"stats",
"countup"
],
"author": "Benjamin Intal",
"email": "[email protected]",
"url": "https://benjaminintal.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/bfintal/Counter-Up2/issues"
},
"homepage": "https://github.com/bfintal/Counter-Up2#readme",
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/preset-env": "^7.14.9",
"@wordpress/eslint-plugin": "^9.1.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"browserslist": "^4.16.6",
"eslint-plugin-compat": "^3.11.1",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.0.6",
"webpack": "^5.47.1",
"webpack-cli": "^4.7.2"
},
"browserslist": [
"> 1%",
"last 1 Android versions",
"last 1 ChromeAndroid versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions",
"not op_mini all"
]
}