forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.22 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "primereact",
"version": "6.2.2-SNAPSHOT",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primereact.git"
},
"license": "MIT",
"keywords": [
"primereact",
"react",
"ui framework",
"component framework",
"ui library",
"component library",
"material",
"bootstrap",
"react components",
"responsive components"
],
"devDependencies": {
"@babel/cli": "^7.2.0",
"@fullcalendar/core": "4.0.1",
"@fullcalendar/daygrid": "4.0.1",
"@fullcalendar/interaction": "4.0.1",
"@fullcalendar/timegrid": "4.0.1",
"axios": "^0.21.1",
"chart.js": "2.7.3",
"codesandbox": "2.1.14",
"core-js": "^3.6.5",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-flatten": "^0.4.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"node-sass": "^4.11.0",
"primeflex": "^2.0.0",
"primeicons": "^4.1.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"quill": "1.3.7",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.5",
"xlsx": "^0.15.1",
"file-saver": "^2.0.2",
"formik": "^2.2.6",
"final-form": "^4.20.2",
"react-final-form": "^6.5.3",
"react-hook-form": "^6.15.5",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.1",
"regenerator-runtime": "^0.13.5"
},
"peerDependencies": {
"classnames": "^2.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-lib": "npm run compile-components && npm run build-resources && npm run build-exports",
"compile-components": "./node_modules/\\@babel/cli/bin/babel.js src/components --out-dir dist/components --presets=@babel/env,@babel/react --plugins=@babel/plugin-proposal-class-properties --copy-files",
"build-resources": "gulp build-resources",
"build-exports": "gulp build-exports"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}