-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.6 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
{
"name": "luissaybe",
"version": "0.0.0",
"description": "luissaybe",
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --watch --mode=development",
"translation-compile": "i18next-scanner --config i18next-scanner.config.js 'web/**/*.{js,jsx}'"
},
"author": "luis@trois.io",
"license": "UNLICENSED",
"dependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-react": "^7.13.13",
"@types/react": "^17.0.3",
"@types/react-css-modules": "^4.6.2",
"@types/react-dom": "^17.0.3",
"@types/react-redux": "^7.1.16",
"@types/react-router": "^5.1.13",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"babel-plugin-react-css-modules": "^5.2.6",
"css-loader": "^5.2.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-webpack-plugin": "^2.5.3",
"html-webpack-plugin": "^5.3.1",
"i18next": "^20.1.0",
"i18next-conv": "^10.1.0",
"i18next-scanner": "^3.0.0",
"mini-css-extract-plugin": "^1.4.0",
"postcss-nested": "^5.0.5",
"postcss-scss": "^3.0.5",
"prettier": "^2.2.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.8.12",
"react-redux": "^7.2.3",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"serve": "^11.3.2",
"source-map": "^0.7.3",
"style-loader": "^2.0.0",
"ts-loader": "^8.1.0",
"typescript": "^4.2.3",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
}
}