-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 919 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": "bc-next-starter",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@hapi/iron": "^6.0.0",
"bcsfc": "0.0.4",
"classnames": "2.2.6",
"cookie": "^0.4.0",
"date-fns": "2.10.0",
"handlebars": "^4.7.3",
"handlebars-utils": "^1.0.6",
"isomorphic-unfetch": "3.0.0",
"next": "^9.3.2",
"next-connect": "^0.6.1",
"node-fetch": "^2.6.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"swr": "^0.2.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"@types/node": "^14.0.26",
"@types/node-fetch": "^2.5.7",
"@types/react": "^16.9.34",
"dotenv": "8.2.0",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.2.0",
"typescript": "^3.9.7"
}
}