-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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
{
"name": "tailwind-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@left4code/tw-starter": "^1.1.0",
"@popperjs/core": "^2.9.3",
"@tailwindcss/line-clamp": "^0.2.1",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"cash-dom": "^8.1.0",
"dropzone": "^5.9.2",
"highlight.js": "^11.2.0",
"next": "11.0.1",
"ramda": "^0.27.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-tippy": "^1.4.0",
"sass": "^1.37.5",
"tabulator-tables": "^4.9.3",
"tippy.js": "^6.3.1",
"toastify-js": "^1.11.1",
"tom-select": "^2.0.0-Beta.2",
"velocity-animate": "^1.5.2",
"zoom-vanilla.js": "^2.0.6"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.7",
"autoprefixer": "^10.3.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-wesbos": "^0.0.19",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"next-compose-plugins": "^2.2.1",
"next-svg-inline-loader": "^2.0.1",
"postcss": "^8.3.6",
"prettier": "^2.0.5",
"tailwindcss": "^2.2.7"
}
}