forked from ergoplatform/sigmaverse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "with-tailwindcss",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.12.9",
"@types/classnames": "^2.2.10",
"@types/react-dom": "^17.0.0",
"@zeit/next-source-maps": "^0.0.4-canary.1",
"classnames": "^2.2.6",
"colorthief": "^2.3.2",
"fuse.js": "^6.4.3",
"gray-matter": "^4.0.2",
"next": "latest",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"swiper": "^6.8.4"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"autoprefixer": "10.0.2",
"babel-plugin-inline-react-svg": "^1.1.1",
"eslint": "7.14.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-prettier": "6.15.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "^4.0.4",
"postcss": "8.1.10",
"prettier": "2.2.0",
"sass": "^1.26.7",
"tailwindcss": "^2.0.1",
"typescript": "^4.1.2"
},
"license": "MIT"
}