-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 Bytes
/
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
{
"name": "potlock",
"version": "1.0.0",
"description": "A next project generated based on a UIDL document",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "next lint"
},
"author": "TeleportHQ",
"license": "MIT",
"dependencies": {
"big.js": "^6.2.1",
"framer-motion": "^10.16.16",
"lottie-react": "^2.4.0",
"near-api-js": "^3.0.2",
"next": "^12.1.0",
"nextjs-google-analytics": "^2.3.3",
"prop-types": "15.7.2",
"react": "^18.0.2",
"react-dom": "^18.0.2",
"react-intersection-observer": "^9.5.3",
"react-spring": "^9.7.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.16",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6"
}
}