-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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": "CESC-Home",
"version": "1.0.0",
"description": "CE Samrt Camp Homepage",
"main": "index.js",
"repository": "https://github.com/mayueeeee/CESC-Home.git",
"author": "Sarunyu Chankong <sarunyu.you@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"css-loader": "^2.1.0",
"flatpickr": "^4.3.2",
"jquery": "^3.3.1",
"moment": "^2.22.1",
"next": "^7.0.2",
"postcss-loader": "^3.0.0",
"react": "^16.2.0",
"react-datepicker": "^2.0.0",
"react-dom": "^16.2.0",
"react-facebook-login-component": "^0.9.2",
"react-flatpickr": "^3.6.4",
"react-ga": "^2.4.1",
"react-google-maps": "^9.4.5",
"react-hotjar": "^1.0.11",
"react-no-ssr": "^1.1.0",
"react-render-html": "^0.6.0",
"react-scroll": "^1.7.6",
"react-slick": "^0.23.2",
"react-spinners": "^0.4.8",
"reactstrap": "^6.5.0",
"style-loader": "^0.23.1",
"styled-components": "^4.1.3",
"uppy": "^0.29.0"
}
}