-
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.08 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.08 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": "website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"deploy": "npm run build && npm run export",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interstate-network/website.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/interstate-network/website/issues"
},
"homepage": "https://github.com/interstate-network/website#readme",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"install": "^0.13.0",
"next": "9.0.5",
"next-ga": "^2.3.4",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"react-ga": "^2.6.0",
"react-mailchimp-subscribe": "^2.1.0",
"react-particles-js": "^2.7.0",
"react-responsive": "^8.0.1",
"styled-components": "^4.4.0"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"postcss-loader": "^3.0.0",
"tailwindcss": "^1.1.2"
}
}