-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.43 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
48
49
50
51
{
"name": "casper-click",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix",
"format": "prettier --write './**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"dependencies": {
"@apollo/client": "^3.10.8",
"@make-software/csprclick-core-client": "^1.5.0",
"@make-software/csprclick-core-types": "^1.5.0",
"@make-software/csprclick-ui": "^1.5.0",
"@metamask/safe-event-emitter": "^3.1.1",
"casper-js-sdk": "^2.15.5",
"classnames": "^2.5.1",
"date-fns": "^2.29.3",
"js-cookie": "^3.0.5",
"next": "14.2.4",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"prismjs": "^1.29.0",
"query-string": "^9.0.0",
"react": "^18",
"react-dom": "^18",
"react-query": "^3.39.3",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}