-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 951 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
33
34
35
36
37
38
39
40
41
{
"name": "a-sh-dev_portfolio",
"private": true,
"author": "a-sh-dev",
"scripts": {
"dev": "next dev -p 5007",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"framer-motion": "^11.0.24",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-easy-emoji": "^1.6.1",
"react-icons": "^5.0.1",
"styled-components": "^5.3.5",
"twin.macro": "^2.8.2"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.7",
"babel-plugin-styled-components": "^2.0.7",
"babel-plugin-twin": "^1.0.2",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
},
"babelMacros": {
"twin": {
"styled": {
"import": "default",
"from": "styled-components"
}
}
}
}