-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage1.json
More file actions
66 lines (66 loc) · 1.97 KB
/
package1.json
File metadata and controls
66 lines (66 loc) · 1.97 KB
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
60
61
62
63
64
65
66
{
"name": "nuron-nextjs",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --ignore-path .prettierignore --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"lint": "eslint --ignore-path .eslintignore . --ext ts --ext tsx --ext js --ext jsx",
"lint:fix": "yarn format & next lint --dir src",
"clean-cache": "rimraf .next",
"clean": "rimraf node_modules .next"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.3",
"@babel/preset-react": "^7.16.3",
"@next/eslint-plugin-next": "^12.0.10",
"axios": "^0.26.0",
"bootstrap": "5.1.3",
"clsx": "^1.1.1",
"eslint": "8.4.1",
"framer-motion": "^6.2.6",
"gray-matter": "^4.0.3",
"marked": "^4.0.12",
"moralis": "^1.5.9",
"next": "12.0.7",
"next-themes": "^0.1.1",
"prop-types": "^15.7.2",
"react": "17.0.2",
"react-bootstrap": "^2.1.1",
"react-countdown": "^2.3.2",
"react-countup": "^6.1.1",
"react-dom": "17.0.2",
"react-hook-form": "^7.27.1",
"react-intersection-observer": "^8.33.1",
"react-modal-video": "^1.2.8",
"react-moralis": "^1.3.5",
"react-parallax-tilt": "^1.7.34",
"react-portal": "^4.2.2",
"react-range": "^1.8.12",
"react-scroll": "^1.8.6",
"react-slick": "^0.28.1",
"react-toastify": "^8.2.0",
"react-tsparticles": "^1.39.0",
"react-use": "^17.3.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sal.js": "^0.8.5",
"sass": "^1.45.0"
},
"devDependencies": {
"eslint-config-airbnb": "^19.0.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"rimraf": "^3.0.2"
}
}