forked from heyheyzay/womenwhodesign
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 841 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 841 Bytes
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
{
"name": "women-who-design",
"description": "A Twitter directory of accomplished women in the design industry.",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "next lint",
"format": "prettier \"**/*.{js,jsx,ts,tsx,css,sass,scss,json,md,mdx,html}\" --write"
},
"dependencies": {
"@reach/dialog": "^0.16.2",
"autolinker": "^3.15.0",
"classnames": "^2.3.1",
"clickable-box": "^1.1.6",
"lodash-es": "^4.17.21",
"marked": "^4.0.12",
"next": "^12.1.1",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"reset-css": "^5.0.1",
"time-ago": "^0.2.1"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"prettier": "^2.6.1",
"sass": "^1.49.9"
}
}