-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.15 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.15 KB
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
52
{
"name": "armedcode",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"rebuild": "rimraf .next && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirasiris/armedcode.git"
},
"keywords": [
"javascript",
"portfolio",
"business",
"reactjs",
"nextjs",
"weapons",
"llc",
"2a",
"arms",
"limited-liability-companies",
"second-amendment",
"right-to-bear-arms"
],
"author": "Kevin Uriel Fonseca",
"license": "MIT",
"bugs": {
"email": "kebin1421@hotmail.com",
"url": "https://github.com/kirasiris/armedcode/issues"
},
"homepage": "https://github.com/kirasiris/armedcode#readme",
"dependencies": {
"befree-utilities": "^1.0.4",
"bootstrap": "^5.3.3",
"he": "^1.2.0",
"next": "15.2.0",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0",
"react-toastify": "^11.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.2.0"
}
}