-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1012 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
{
"name": "awstools.dev",
"scripts": {
"tw-dev": "tailwind build -o src/stylesheets/tailwindcss/out.css",
"tw-build": "NODE_ENV=production yarn tw-dev",
"dev": "next dev",
"build": "node scripts/mass-import.js && next build",
"out": "rm -rf .next && yarn tw-build && yarn build && yarn next export && osascript -e 'display notification \"Production build ready\" with title \"yarn compile\"' && yarn tw-dev && osascript -e 'display notification \"Development build ready\" with title \"yarn tw-dev\"'",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.0",
"date-fns": "^2.16.1",
"immer": "^7.0.9",
"lodash": "^4.17.20",
"next": "^9.5.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"scrape-metadata": "^2.0.0",
"use-immer": "^0.4.1"
},
"devDependencies": {
"@tailwindcss/ui": "^0.6.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.3.0",
"eslint": "^7.9.0",
"jest": "^26.4.2",
"tailwindcss": "^1.8.10",
"url-join": "^4.0.1",
"yaml": "^1.10.0"
}
}