-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 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": "youngandreckless",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.21",
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"d3-delaunay": "^5.1.3",
"gsap": "^2.1.3",
"image-promise": "^6.0.2",
"next": "^9.0.3",
"next-fonts": "^0.17.0",
"next-ga": "^2.3.4",
"next-transpile-modules": "^2.3.1",
"node-sass": "^4.12.0",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-facebook-pixel": "^0.1.3"
},
"scripts": {
"build": "next build",
"export": "next export"
},
"devDependencies": {
"next-compose": "^0.0.2"
},
"resolutions": {
"debug": "^3.2.6"
}
}