-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.16 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.16 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
{
"name": "happ3n-icp-hackathon",
"version": "0.2.0",
"license": "MIT",
"author": "DvCode Technologies Inc",
"workspaces": [
"backend",
"frontend"
],
"keywords": [
"azle",
"dapps",
"express",
"icp",
"internet computer",
"nextjs",
"react",
"rest",
"rest api",
"sqlite",
"typeorm",
"typescript"
],
"scripts": {
"build": "turbo run build",
"preclean": "dfx stop && turbo run clean",
"clean": "rm -rf .azle && rm -rf .dfx && rm -rf .turbo && rm -rf node_modules"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.6",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"turbo": "^1.11.2"
},
"dependencies": {
"@dfinity/principal": "^1.4.0",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"date-fns": "^3.6.0",
"esbuild": "^0.23.0",
"esbuild-wasm": "^0.23.0",
"force": "^0.0.3",
"jose": "^5.6.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"njwt": "^2.0.1"
}
}