-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.13 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.13 KB
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
{
"name": "OpenMazeSite-v3",
"version": "1.0.0",
"description": "NextJS application supporting the release-ready site for OpenMaze",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DuncanLab/OpenMazeSite-v3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DuncanLab/OpenMazeSite-v3/issues"
},
"homepage": "https://github.com/DuncanLab/OpenMazeSite-v3#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"frs-hide-scrollbar": "^1.0.0",
"global": "^4.4.0",
"next": "^9.5.1",
"next-images": "^1.4.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-items-carousel": "^2.8.0",
"react-metismenu": "^1.4.0",
"react-player": "^1.15.3",
"serialize-javascript": "^3.1.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "1.3.0",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.7",
"postcss-easy-import": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.6.2"
}
}