-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
58 lines (58 loc) · 1.5 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
{
"name": "importabular",
"version": "0.2.13",
"description": "5kb javascript spreadsheet, let your users import their data from excel.",
"main": "dist/index.js",
"files": [
"dist/index.js"
],
"scripts": {
"start": "webpack serve",
"build": "bash ./build.sh",
"pretty": "prettier --write src/**",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renanlecaro/importabular.git"
},
"keywords": [
"spreadsheet",
"vanillajs",
"ui",
"lightweight",
"minimalist",
"data",
"import"
],
"author": "Renan LE CARO",
"license": "MIT",
"bugs": {
"url": "https://github.com/renanlecaro/importabular/issues"
},
"homepage": "https://lecaro.me/importabular/",
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.12.7",
"babel-jest": "^26.3.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.2",
"css-loader": "^5.0.1",
"documentation": "*",
"html-inline-css-webpack-plugin": "^1.10.0",
"html-inline-script-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^4.5.0",
"jest": "^26.4.2",
"mini-css-extract-plugin": "^1.3.1",
"prettier": "2.1.2",
"raw-loader": "^4.0.2",
"style-loader": "^2.0.0",
"terser": "^5.3.2",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}