forked from wagtail/wagtail-ai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "wagtail-ai",
"version": "1.0.0",
"description": "Get a hand writing your content with AI super powers!",
"main": "wagtail_ai/static_src/main.tsx",
"scripts": {
"start": "webpack --config ./webpack.config.js --mode development --progress --watch",
"build": "webpack --config ./webpack.config.js --mode production"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/draft-js": "^0.11.10",
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.19",
"@types/styled-components": "^5.1.23",
"css-loader": "^6.7.3",
"eslint": "^8.35.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^8.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"draft-js": "^0.10.5",
"draftail": "^2.0.0-rc.6",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"testEnvironment": "jsdom"
}