-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 2.33 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
{
"name": "tarkov-raid-items",
"version": "1.0.0",
"description": "",
"scripts": {
"prepublishOnly": "echo \"Error: publishing is disabled\" && exit 1",
"lint": "eslint src",
"lang": "react-localized-extractor -l ru,de,fr,cs -s './src/**/*.js' -o './src/locales' -a.gettext __ -a.ngettext __n -a.pgettext __p -a.npgettext __np",
"parse": "node tools/parser/index.js",
"item-image-resizer": "node tools/item-image-resizer/index.js",
"dev": "NODE_ENV=development webpack serve --config webpack.config.development.js --open",
"build": "NODE_ENV=production webpack --config webpack.config.build.js --progress"
},
"author": "Roman Samoylov (http://github.com/fakundo)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^4.1.0",
"prettier": "^2.8.4",
"react-localized-extractor": "^2.1.0",
"react-localized-loader": "^1.1.0",
"sharp": "^0.30.1",
"sitemap-webpack-plugin": "^1.1.1",
"svg-sprite-loader": "^6.0.11",
"url-loader": "^4.1.1",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"workbox-webpack-plugin": "^6.5.4"
},
"dependencies": {
"classnames": "^2.3.1",
"jss": "^10.9.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-jss": "^10.9.0",
"react-localized": "^3.2.0",
"react-transition-group": "^4.4.2",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6"
}
}