-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·59 lines (59 loc) · 1.72 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
{
"name": "sage-prosthetics",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@app-masters/react-cloudinary-uploader": "^0.1.41",
"@vercel/next": "^2.6.27",
"animejs": "^2.2.0",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"cloudinary": "^1.32.0",
"cloudinary-core": "^2.13.0",
"cloudinary-react": "^1.8.1",
"dotenv": "^14.2.0",
"firebase": "^7.9.3",
"global": "^4.3.2",
"grommet": "^1.11.0",
"har-validator": "^5.1.3",
"js-sha256": "^0.9.0",
"next": "^9.5.5",
"next-redux-wrapper": "^2.0.0",
"next-routes": "^1.4.2",
"next-seo": "^4.11.0",
"node-pre-gyp": "^0.12.0",
"react": "^16.6.1",
"react-dom": "^16.6.1",
"react-particles-js": "^2.4.2",
"react-player": "^1.9.3",
"react-pose": "^4.0.2",
"react-redux": "^7.2.0",
"react-scroll-parallax": "^1.3.5",
"react-simple-popover": "^0.2.4",
"react-transition-group": "^2.5.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass": "^1.27.0",
"ua-parser-js": "^0.7.20",
"yarn": "^1.22.19"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^5.0.0-rc.0",
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"now-build": "next build"
},
"engines": {
"node": "16.x"
}
}