-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.31 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
{
"name": "carlota-sounds",
"version": "1.6.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stitches/react": "^0.2.5",
"immer": "^9.0.6",
"next": "^11.1.1",
"normalize.css": "^8.0.1",
"p5": "^1.4.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-hooks-global-state": "^1.0.2",
"react-inlinesvg": "^2.3.0",
"react-transition-group": "^4.4.2",
"sharp": "^0.29.1",
"simplex-noise": "^3.0.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/gtag.js": "0.0.7",
"@types/p5": "^1.3.1",
"@types/react": "17.0.18",
"@types/react-gtm-module": "^2.0.1",
"@types/react-transition-group": "^4.4.2",
"autoprefixer": "^10.3.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-postcss-modules": "^1.2.1",
"postcss": "^8.3.6",
"postcss-nested": "^5.0.6",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
},
"keywords": [
"carlota",
"sounds",
"carlota",
"sounds",
"music",
"music",
"site"
],
"author": "Carlos Henrique Carvalho de Santana"
}