-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 963 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 963 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
{
"name": "asthetech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@owaiswiz/use-in-view": "^1.0.16",
"babel-plugin-transform-remove-console": "^6.9.4",
"feather-icons": "^4.28.0",
"framer-motion": "^6.2.7",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"styled-components": "^5.3.3",
"twin.macro": "^2.8.2"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"autoprefixer": "^10.4.2",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.3",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.23",
"use-in-view": "^1.0.15"
}
}