-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"name": "equine-lung-experts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cc-lint --react --rule 'react/react-in-jsx-scope: off' --rule 'react/prop-types: off' .",
"dev": "next",
"build": "next build && next export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/couetilc/equine-lung-experts.git"
},
"author": "Connor Couetil",
"license": "MIT",
"bugs": {
"url": "https://github.com/couetilc/equine-lung-experts/issues"
},
"homepage": "https://github.com/couetilc/equine-lung-experts#readme",
"engines": {
"node": ">=12"
},
"dependencies": {
"next": "^10.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-social-icons": "^5.4.0",
"sass": "^1.34.0"
},
"devDependencies": {
"cc-lint": "^0.2.0"
}
}