forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.4 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
82
83
84
85
86
87
88
{
"name": "primereact",
"version": "7.0.0-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.14.3",
"@fullcalendar/core": "^5.7.2",
"@fullcalendar/daygrid": "^5.7.2",
"@fullcalendar/interaction": "^5.7.2",
"@fullcalendar/react": "^5.7.0",
"@fullcalendar/timegrid": "^5.7.2",
"@rollup/plugin-alias": "^3.1.2",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"@rollup/plugin-replace": "^2.4.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"chart.js": "3.3.2",
"codesandbox": "2.1.14",
"core-js": "^3.6.5",
"file-saver": "^2.0.2",
"final-form": "^4.20.2",
"formik": "^2.2.6",
"fs-extra": "^10.0.0",
"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",
"jspdf": "^1.5.3",
"jspdf-autotable": "^3.2.5",
"path": "^0.12.7",
"primeflex": "2.0.0",
"primeicons": "^4.1.0",
"prismjs": "1.9.0",
"prop-types": "^15.6.2",
"quill": "1.3.7",
"react": "^17.0.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^17.0.1",
"react-final-form": "^6.5.3",
"react-hook-form": "^7.8.4",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-transition-group": "^4.4.1",
"regenerator-runtime": "^0.13.5",
"rollup": "^2.52.1",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.32.8",
"xlsx": "^0.15.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --setupFilesAfterEnv ./src/setupTests.js",
"eject": "react-scripts eject",
"build-lib": "NODE_ENV=production rollup -c && gulp build-resources && npm run build-api",
"build-api": "node ./api-generator/build-api.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}