forked from SnO2WMaN/sno2wman.dev-vol.1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.14 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/pro-light-svg-icons": "^5.12.0",
"@fortawesome/pro-regular-svg-icons": "^5.12.0",
"@fortawesome/pro-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"animejs": "^3.1.0",
"babel-plugin-styled-components": "^1.10.6",
"bezier-easing": "^2.1.0",
"classnames": "^2.2.6",
"color": "^3.1.2",
"html-react-parser": "^0.10.1",
"i18next": "^19.0.3",
"i18next-browser-languagedetector": "^4.0.1",
"minireset.css": "^0.0.6",
"next": "^9.2.1",
"next-images": "^1.3.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-i18next": "^11.3.1",
"react-svg-loader": "^3.0.3",
"react-use": "^13.26.1",
"simple-icons": "^2.4.0",
"styled-components": "^5.0.0",
"unstated-next": "^1.1.0"
},
"devDependencies": {
"@arkweid/lefthook": "^0.7.0",
"@types/animejs": "^3.1.0",
"@types/color": "^3.0.1",
"@types/node": "^13.1.8",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.17.0",
"@typescript-eslint/parser": "^2.17.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-simple-import-sort": "^5.0.1",
"eslint-plugin-unicorn": "^16.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^1.19.1",
"stylelint": "^13.0.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-processor-styled-components": "^1.9.0",
"typescript": "^3.7.5"
}
}