-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.09 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
66
67
68
69
70
71
72
73
{
"name": "nextjs-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix && prettier '**/*.{json,yml,yaml}' --write",
"commit": "cz",
"prepare": "husky install"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@popperjs/core": "^2.11.8",
"@tensorflow/tfjs": "^4.7.0",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"d3": "^7.8.5",
"express": "^4.18.2",
"formik": "^2.4.0",
"framer-motion": "^10.12.12",
"lodash": "^4.17.21",
"lucide": "^0.229.0",
"next": "13.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-popper": "^2.3.0",
"react-timer-hook": "^3.0.6",
"tone": "^14.8.49",
"use-timer": "^2.0.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cz-commitlint": "^17.5.0",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"autoprefixer": "^10.4.14",
"commitizen": "^4.3.0",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tailwindcss": "^3.12.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"semantic-release": "^21.0.2",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}