-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.44 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
{
"name": "projects-and-portfolio",
"version": "1.0.0",
"description": "Just a simple site to track projects and some portfolio stuff.",
"main": "index.js",
"scripts": {
"export": "next export",
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix --ext ts,tsx src",
"format": "prettier --write \"**/*.+(ts|tsx|json|css|md)\""
},
"eslintConfig": {
"extends": "react-app"
},
"keywords": [],
"author": "stephenfairchilddev@gmail.com",
"license": "ISC",
"dependencies": {
"@sanity/block-content-to-react": "^2.0.7",
"@sanity/client": "^1.149.18",
"@sanity/image-url": "^0.140.19",
"@tailwindcss/ui": "^0.5.0",
"fontisto": "^3.0.4",
"groq": "^1.149.16",
"install": "^0.13.0",
"moment": "^2.27.0",
"next": "^10.0.3",
"npm": "^6.14.7",
"postcss": "^8.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-wordcloud": "^1.2.7",
"sass": "^1.26.10"
},
"devDependencies": {
"autoprefixer": "^10.1.0",
"cypress": "^5.1.0",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"tailwindcss": "^2.0.2"
}
}