forked from Parallel-news/Permacast-v2.5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.5 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
81
82
83
84
85
86
{
"name": "permacast",
"version": "0.3.2",
"private": true,
"dependencies": {
"@execution-machine/sdk": "^0.1.6",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.5",
"@heroicons/react": "^2.0.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^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.3",
"arweave-multihost": "^0.1.0",
"autoprefixer": "^10.4.2",
"axios": "^1.2.1",
"concurrently": "^7.0.0",
"daisyui": "^2.17.0",
"express": "^4.18.2",
"fast-average-color": "^7.1.0",
"fuse.js": "^6.6.2",
"http-proxy-middleware": "^2.0.6",
"i18next": "^21.6.13",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"postcss": "^8.4.17",
"postcss-custom-properties": "^12.1.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-easy-crop": "^4.6.2",
"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",
"react-scroll": "^1.8.8",
"recoil": "^0.7.6",
"redstone-smartweave": "^0.4.29",
"shikwasa": "^2.1.2",
"smartweave": "^0.4.41",
"sweetalert2": "^11.4.0",
"tailwindcss": "^3.1.8",
"theme-change": "^2.0.2",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"react-error-overlay": "6.0.9",
"video.js": "^7.20.3"
},
"scripts": {
"start": "concurrently \"npm run start:css\" \"react-scripts start\"",
"start:css": "tailwindcss -i ./src/App.css -o src/tailwind.css --watch",
"build": "npm run build:css && react-scripts build",
"build:css": "NODE_ENV=production tailwindcss -o src/tailwind.css -i ./src/App.css",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "https://api.exm.dev",
"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"
]
}
}