-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·45 lines (45 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
45
{
"name": "strapi-starter-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"develop": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/pro-duotone-svg-icons": "^5.15.1",
"@fortawesome/pro-light-svg-icons": "^5.15.1",
"@fortawesome/pro-regular-svg-icons": "^5.15.1",
"@fortawesome/pro-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.14",
"@mdx-js/react": "^1.6.22",
"cloudinary-react": "^1.6.8",
"framer-motion": "^3.2.1",
"fs": "0.0.1-security",
"moment": "^2.29.1",
"next": "10.0.5",
"next-mdx-remote": "2.1.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.3",
"react-moment": "^1.1.1",
"react-use-gesture": "^9.0.0",
"sass": "^1.32.4"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.x",
"@typescript-eslint/parser": "4.x",
"babel-eslint": "10.x",
"eslint": "7.x",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.x"
}
}