forked from wagtail/wagtail-localize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "wagtail-localize-admin",
"version": "1.5.0",
"description": "",
"main": "src/main.ts",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch",
"format": "prettier --write wagtail_localize/**/*.{ts,tsx,css}",
"lint": "prettier --check wagtail_localize/**/*.{ts,tsx,css}"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.15.0",
"eslint-config-torchbox": "^0.2.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^3.0.1",
"gettext-extractor": "^3.5.3",
"prettier": "1.18.2",
"style-loader": "^0.23.1",
"ts-loader": "^6.2.2",
"typescript": "^3.9.9",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0",
"styled-components": "^5.3.0"
}
}