-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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
{
"name": "learn-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"compile-sass": "node-sass assets/scss/nextjs-material-kit-pro.scss assets/css/nextjs-material-kit-pro.css",
"minify-sass": "node-sass assets/scss/nextjs-material-kit-pro.scss assets/css/nextjs-material-kit-pro.min.css --output-style compressed",
"map-sass": "node-sass assets/scss/nextjs-material-kit-pro.scss assets/css/nextjs-material-kit-pro.css --source-map true"
},
"dependencies": {
"@apollo/client": "^3.3.6",
"@apollo/react-hooks": "^4.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "^4.9.12",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"apollo-boost": "^0.4.9",
"classnames": "2.2.6",
"graphql": "^15.4.0",
"graphql-tag": "^2.11.0",
"moment": "2.24.0",
"next": "^10.0.0",
"next-compose-plugins": "2.2.0",
"next-images": "^1.3.1",
"next-redux-wrapper": "^6.0.2",
"node-sass": "^5.0.0",
"path": "0.12.7",
"react": "16.13.1",
"react-apollo": "^3.1.5",
"react-bootstrap-switch": "^15.5.3",
"react-dom": "16.13.1",
"react-parallax-tilt": "^1.4.71",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-select": "^3.1.0",
"reactstrap": "^8.4.1"
},
"bit": {
"env": {},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}