-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 966 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
{
"name": "djovanni.nl",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tsc:watch": "tsc --noEmit --watch",
"prettier": "prettier \"./**/*.{ts,tsx,scss}\" --write"
},
"dependencies": {
"@artsy/fresnel": "^1.7.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@q42/floating-focus-a11y": "^1.3.3",
"animejs": "^3.2.1",
"classnames": "^2.3.1",
"next": "10.2.2",
"node-sass": "^4.12.0",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@graphql-codegen/typescript": "^1.22.0",
"@types/animejs": "^3.1.3",
"@types/react": "17.0.6",
"prettier": "^2.3.0",
"typescript": "4.2.4"
}
}