forked from Aerolab/lullaby
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 898 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
36
37
38
39
40
{
"name": "lullaby",
"version": "1.0.0",
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"start": "next start -p ${PORT:-3000}",
"build": "next build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"animated-scroll-to": "^2.0.10",
"babel-plugin-inline-react-svg": "^1.1.1",
"express": "^4.17.1",
"mailgun-js": "^0.22.0",
"mixpanel-browser": "^2.38.0",
"next": "^9.5.2",
"next-i18next": "^6.0.2",
"next-images": "^1.3.1",
"next-offline": "^5.0.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-pose": "^4.0.10",
"unmute-ios-audio": "^3.0.0"
},
"devDependencies": {
"husky": "^1.3.1",
"i18next-hmr": "^1.5.6",
"prettier": "^1.16.1",
"pretty-quick": "^1.10.0"
}
}