forked from Parallel-news/permacast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (62 loc) · 1.82 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
{
"name": "permacast",
"version": "0.3.2",
"private": true,
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/typography": "^0.5.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"ardb": "^1.1.9",
"arweave": "^1.10.22",
"arweave-fees.js": "^0.0.2",
"arweave-multihost": "^0.1.0",
"autoprefixer": "^10.4.2",
"concurrently": "^7.0.0",
"daisyui": "^2.6.0",
"i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"postcss": "^8.4.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-i18next": "^11.15.5",
"react-icons": "^4.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redstone-smartweave": "^0.4.29",
"shikwasa": "^2.1.2",
"smartweave": "^0.4.41",
"sweetalert2": "^11.4.0",
"tailwindcss": "^3.0.22",
"theme-change": "^2.0.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"react-error-overlay": "6.0.9"
},
"scripts": {
"start": "concurrently \"npm run start:css\" \"react-scripts start\"",
"start:css": "tailwindcss -o src/tailwind.css --watch",
"build": "npm run build:css && react-scripts build",
"build:css": "NODE_ENV=production tailwindcss -o src/tailwind.css -m",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}