-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
37 lines (37 loc) · 930 Bytes
/
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
{
"name": "wagtail-localize-admin",
"version": "1.10.0",
"private": "true",
"repository": {
"type": "git",
"url": "git://github.com/wagtail/wagtail-localize.git"
},
"description": "",
"main": "src/main.ts",
"scripts": {
"build": "webpack --mode=production",
"start": "webpack --mode=development --watch"
},
"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",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"gettext-extractor": "^3.5.3",
"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"
}
}