forked from ilb/uniformscomponents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.25 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.25 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
{
"name": "@ilb/uniformscomponents",
"version": "1.0.34",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "next",
"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-eslint": "^10.1.0",
"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",
"semantic-ui-offline": "^2.4.1-1"
},
"dependencies": {
"ajv": "^6.12.6",
"ajv-i18n": "^3.6.0",
"date-fns": "^2.22.1",
"lodash": "^4.17.21",
"react-datepicker": "^3.5.0",
"react-input-mask": "^2.0.4",
"react-number-format": "^4.5.5",
"semantic-ui-react": "^2.0.3",
"uniforms": "^3.3.0",
"uniforms-bridge-json-schema": "^3.3.0",
"uniforms-semantic": "^3.3.0"
}
}