-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.75 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
61
62
63
64
65
66
{
"name": "abf-formatter",
"version": "0.0.1",
"description": "Transforms your Anima Beyond Fantasy excel files to the Anima Beyond Foundry JSON in order to import inside your campaigns",
"main": "build/index.js",
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "jest",
"deploy": "yarn build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Linkaynn/abf-formatter.git"
},
"author": "Jesé Romero Arbelo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Linkaynn/abf-formatter/issues"
},
"engines": {
"node": "~16",
"npm": "dont use it please",
"yarn": "1.22.18"
},
"homepage": "https://github.com/Linkaynn/abf-formatter#readme",
"devDependencies": {
"@types/jest": "^27.4.1",
"@types/lodash.merge": "^4.6.6",
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"gh-pages": "^3.2.3",
"jest": "^27.5.1",
"prettier": "^2.6.1",
"react-app-rewired": "^2.2.1",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"tsc": "^2.0.4",
"typescript": "^4.6.3"
},
"dependencies": {
"bootstrap": "^5.1.3",
"lodash.merge": "^4.6.2",
"react": "^18.0.0",
"react-bootstrap": "^2.2.3",
"react-dom": "^18.0.0",
"react-scripts": "5.0.0",
"xlsx": "^0.18.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}