-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.55 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": "7419-website",
"homepage": "http://frc-7419.github.io",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"preexport": "npm run build",
"export": "next export -o build",
"predeploy": "npm run export",
"deploy": "gh-pages -d build -t true",
"start": "next start",
"lint": "next lint",
"admin": "node scripts/admin.js"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"aos": "^2.3.4",
"axios": "^0.25.0",
"date-fns": "^2.28.0",
"flowbite-react": "^0.0.17",
"gray-matter": "^4.0.3",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-player": "^2.9.0",
"react-router": "^6.0.0-beta.8",
"react-router-dom": "^6.2.1",
"react-spring": "^9.4.3",
"react-transition-group": "^4.4.2",
"sass": "^1.69.5",
"showdown": "^1.9.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.1",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"extract-zip": "^2.0.1",
"gh-pages": "^3.2.3",
"inquirer": "^8.2.0",
"jsdom": "^19.0.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"turndown": "^7.1.1"
}
}