-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 918 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
36
37
38
{
"name": "@ilb/uniformscomponents",
"version": "1.0.42",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "next -- -p 3010",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"files": [
"src"
],
"devDependencies": {
"babel-jest": "^26.6.3",
"eslint": "^7.20.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"next": "^11.1.2",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0"
}
}