forked from elxris/Turnip-Calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.2 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "turnip-calc",
"version": "2.2.1-build.30",
"author": "elxris",
"license": "MIT",
"homepage": ".",
"private": true,
"scripts": {
"build": "react-app-rewired build",
"postinstall": "node scripts/i18n.js",
"prebuild": "yarn version --no-git-tag-version --no-commit-hooks --prerelease --preid build",
"start": "react-app-rewired start",
"test": "react-app-rewired test"
},
"devDependencies": {
"@babel/core": "7.11.4",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/preset-env": "7.11.0",
"@babel/preset-react": "7.10.4",
"babel-eslint": "10.1.0",
"babel-jest": "24.9.0",
"core-js": "3.6.5",
"countries-list": "2.5.6",
"eslint": "6.8.0",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"iso-639-3": "2.1.0",
"react-app-rewired": "2.1.6",
"wasm-loader": "1.3.0"
},
"dependencies": {
"@material-ui/core": "4.11.0",
"@material-ui/icons": "4.9.1",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@testing-library/user-event": "12.1.3",
"chart.js": "3.0.0-alpha",
"classnames": "2.2.6",
"cuint": "0.2.2",
"d3-array": "2.6.0",
"i18next": "19.7.0",
"i18next-browser-languagedetector": "6.0.1",
"lodash.merge": "4.6.2",
"lodash.zip": "4.2.0",
"patterns": "file:./wasm/pkg",
"progress": "2.0.3",
"prop-types": "15.7.2",
"qs": "6.9.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-i18next": "11.7.2",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.3",
"react-use": "15.3.3",
"styled-components": "5.1.1",
"uuid": "8.3.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {},
"resolutions": {},
"jest": {
"moduleNameMapper": {
"patterns": "<rootDir>/wasm/pkg/patterns.js"
}
}
}