-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.29 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
{
"name": "love.evenjust.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"prod": "next export",
"lint": "next lint",
"deploy": "export ENVIRONMENT='DEVELOPMENT' && npm run build; export AWS_PROFILE=QuizPlaying; aws s3 sync out/ s3://love.evenjust.com"
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"cookies-next": "^2.1.1",
"next": "12.3.1",
"react": "18.2.0",
"react-bootstrap": "^1.0.0-beta.9",
"react-burger-menu": "^3.0.6",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "18.2.0",
"react-icons": "^3.7.0",
"swr": "^1.3.0",
"url-parse": "^1.4.7"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@next/bundle-analyzer": "^12.3.1",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-links": "^5.1.9",
"@storybook/addons": "^5.1.9",
"@storybook/react": "^5.1.9",
"@zeit/next-css": "^1.0.1",
"autoprefixer": "^9.8.8",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"next-purgecss": "^4.0.0",
"postcss": "^8.4.16",
"postcss-cli": "^6.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^7.8.2",
"tailwindcss": "^1.9.6"
}
}