-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 739 Bytes
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
{
"name": "react-tag-commander",
"version": "2.2.1",
"main": "./src/index.js",
"repository": "https://github.com/commandersact/react-tag-commander",
"author": "CommandersAct",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"prettier": "^3.1.1",
"vitest": "^1.0.4",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "gulp",
"test": "vitest --dir ./src"
},
"browserslist": [
"last 5 version",
"> 0.1%"
],
"overrides": {
"graceful-fs": "^4.2.11"
}
}