-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.38 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
{
"name": "security-json-to-xlsx",
"version": "1.0.11",
"main": "build/index.js",
"module": "build/index.es.js",
"scripts": {
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"storybook:export": "build-storybook",
"prepublishOnly": "yarn build"
},
"files": [
"build"
],
"license": "MIT",
"keywords": [
"excel",
"json",
"json-to-excel",
"xlsx",
"csv",
"json-to-xslx",
"json2xlsx",
"json-to-csv",
"convert-json-to-xlsx",
"typescript",
"javascript"
],
"homepage": "https://github.com/Nandolinhares/security-json-to-xlsx#readme",
"repository": {
"type": "git",
"url": "https://github.com/Nandolinhares/security-json-to-xlsx"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.12.17",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.0",
"@storybook/react": "^6.1.18",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"node-sass": "^5.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"readme-md-generator": "^1.0.0",
"rollup": "^2.39.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"sass-loader": "^11.0.1",
"typescript": "^4.1.5"
}
}