-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "Django Admin ShellX",
"version": "0.0.0",
"description": "Django Admin Web Terminal",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server": "NODE_ENV=development webpack serve",
"build": "webpack build --mode production"
},
"author": "",
"license": "ISC",
"dependencies": {
"@xterm/addon-attach": "^0.10.0-beta.1",
"@xterm/addon-fit": "^0.9.0-beta.1",
"@xterm/addon-search": "^0.14.0-beta.1",
"@xterm/addon-web-links": "^0.10.0-beta.1",
"xterm": "^5.3.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"css-loader": "^6.10.0",
"daisyui": "^4.7.2",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4.35",
"postcss-import": "^16.0.1",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^9.4.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.1",
"webpack": "^5.90.3",
"webpack-bundle-tracker": "^3.0.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}