-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "deep-track-ai",
"scripts": {
"build": "npx projen build",
"clean-npm": "npx projen clean-npm",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"deploy:build": "npx projen deploy:build",
"deploy:export": "npx projen deploy:export",
"deploy:gh": "npx projen deploy:gh",
"dev": "npx projen dev",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"export": "npx projen export",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"server": "npx projen server",
"telemetry": "npx projen telemetry",
"test": "npx projen test",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"devDependencies": {
"@types/node": "^16",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"constructs": "^10.0.0",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"gh-pages": "^6.2.0",
"projen": "^0.88.6",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"gray-matter": "^4.0.3",
"next": "^14.2.15",
"next-seo": "^6.6.0",
"postcss": "^8.4.47",
"preline": "^2.5.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"tailwindcss": "^3.4.14"
},
"engines": {
"node": ">= 16.14.0"
},
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\"."
}