-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 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
45
46
47
48
49
50
51
{
"name": "ai-assistant",
"version": "1.0.0",
"description": "🤖 Your personal AI coding assistant",
"private": true,
"scripts": {
"build": "NODE_ENV=production webpack --mode production",
"start": "NODE_ENV=development webpack serve --open --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/aniqatc/ai-assistant.git"
},
"keywords": [
"ai code generation",
"ai text generation",
"ai coding assistant",
"code improvement",
"coding assistance"
],
"author": {
"name": "Aniqa",
"email": "hello@aniqa.dev",
"url": "https://aniqa.dev"
},
"license": "MIT",
"homepage": "https://code.aniqa.dev",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"dotenv-webpack": "^8.0.1",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-pwa-manifest": "^4.3.0"
},
"dependencies": {
"autoprefixer": "^10.4.16",
"postcss-loader": "^7.3.3",
"prismjs": "^1.29.0",
"tailwindcss": "^3.3.6",
"tailwindcss-animation-delay": "^1.2.0"
}
}