-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 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
{
"name": "yoembed",
"version": "1.3.3",
"description": "Sdk to embed the yobulk csv uploader",
"main": "build/index.js",
"module": "build/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup": "GENERATE_SOURCEMAP=false NODE_ENV=production rollup -c",
"winBuild": "set \"GENERATE_SOURCEMAP=false\" && NODE_ENV=production rollup -c"
},
"repository": {
"type": "git",
"url": "https://github.com/yobulkdev/yoembed-react-sdk"
},
"keywords": [
"csv",
"yobulk",
"transformer"
],
"author": "yobulk",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"babel-loader": "^9.1.0",
"rollup": "^3.2.5",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"react": "^18.2.0",
"react-router-dom": "^6.4.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-router-dom": "^6.4.3"
}
}