-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 934 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
{
"name": "stratum-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.4.7",
"@svgr/webpack": "^5.5.0",
"animate-css-styled-components": "^1.0.2",
"axios": "^0.21.1",
"graphql": "^15.5.1",
"next": "11.0.1",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-crossfade-image": "^1.2.0",
"react-custom-scrollbars-2": "^4.4.0",
"react-dom": "17.0.2",
"react-modal": "^3.14.3",
"react-multi-carousel": "^2.6.3",
"react-player": "^2.9.0",
"react-sticky": "^6.0.3",
"react-swipeable": "^6.1.2",
"styled-components": "^5.3.0",
"video.js": "^7.14.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1"
}
}