-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 883 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
33
34
35
{
"name": "would-you-rather",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"animate.css": "^4.1.1",
"file-saver": "^2.0.5",
"firebase": "^8.1.1",
"html2canvas": "^1.0.0-rc.7",
"lodash": "^4.17.20",
"next": "10.0.3",
"postcss": "^8.1.10",
"react": "17.0.1",
"react-dom": "17.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^3.0.0",
"autoprefixer": "^10.0.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^2.0.1"
}
}