-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.3 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "social-bookmarking-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@headlessui/react": "^0.2.0",
"@reduxjs/toolkit": "^1.4.0",
"@tailwindcss/postcss7-compat": "^2.0.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@walletconnect/web3-provider": "^1.3.1",
"autoprefixer": "^9",
"kontext-common": "^1.35.0",
"lodash": "^4.17.20",
"luxon": "^1.25.0",
"multicodec": "0.5.6",
"postcss": "^7",
"postcss-cli": "^7",
"react": "^16.13.1",
"react-content-loader": "^6.0.2",
"react-dom": "^16.13.1",
"react-feather": "^2.0.9",
"react-hook-form": "^6.15.1",
"react-modal": "^3.12.1",
"react-native-svg": "^12.1.0",
"react-papaparse": "^3.11.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-toastify": "^7.0.2",
"redux-persist": "^6.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"web3modal": "^1.9.1"
},
"scripts": {
"start:ceramic": "ceramic daemon",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"lint": "eslint './src/**/*.{js,jsx,ts,tsx}'",
"lint:fix": "eslint --fix './src/**/*.{js,jsx,ts,tsx}'",
"format": "prettier --write './src/**/*.{js,md,json}'"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/luxon": "^1.25.2",
"@types/node": "^14.14.6",
"@types/prettier": "^2.1.5",
"@types/react": "^16.9.55",
"@types/react-dom": "^16.9.9",
"@types/react-modal": "^3.12.0",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"dotenv": "^8.2.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.4",
"ethers": "^5.0.19",
"prettier": "^2.1.2",
"typescript": "^4.0.5"
}
}