-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@next/bundle-analyzer": "^12.0.10",
"@stripe/stripe-js": "^1.22.0",
"cookies-js": "^1.2.3",
"country-vat": "https://github.com/kubesail/country-vat",
"date-fns": "^2.16.1",
"gray-matter": "^4.0.2",
"i18next": "^21.6.11",
"is-european": "^1.0.3",
"kubesail-shipping": "^1.8.0",
"lodash": "^4.17.21",
"lottie-web": "^5.8.1",
"next": "^12.3.1",
"next-i18next": "^10.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-player": "^2.10.1",
"react-redux": "^7.2.6",
"react-select": "^5.2.2",
"react-slideshow-image": "^3.4.3",
"redux": "^4.1.2",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"sharp": "^0.30.1",
"translation-check": "^1.0.2"
},
"prettier": {
"semi": false,
"singleQuote": true,
"printWidth": 100,
"arrowParens": "avoid"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.28.0"
}
}