-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 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
{
"name": "Sitecore.Demo.ContentHubOne.PlaySummit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npm-run-all --serial eslint stylelint",
"eslint": "eslint ./**/*.tsx ./**/*.ts",
"stylelint": "stylelint ./**/*.css ./**/*.tsx"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"axios": "^0.21.4",
"next": "^11.1.2",
"postcss-import": "^12.0.1",
"postcss-sassy-mixins": "^2.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-responsive-carousel": "^3.2.20"
},
"devDependencies": {
"@types/react": "17.0.15",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.28.0",
"autoprefixer": "^10.4.4",
"eslint": "^7.23.0",
"eslint-config-next": "^11.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-yaml": "^0.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.12",
"prettier": "^2.1.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^3.0.23",
"typescript": "4.3.5"
}
}