forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.71 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
{
"name": "primereact",
"version": "5.0.0-rc.2",
"homepage": ".",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primereact.git"
},
"license": "MIT",
"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.19.0",
"chart.js": "2.7.3",
"classnames": "^2.2.6",
"codesandbox": "2.1.14",
"core-js": "^3.6.5",
"del": "^2.2.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",
"node-sass": "^4.11.0",
"primeflex": "2.0.0",
"primeicons": "4.0.0",
"prismjs": "^1.15.0",
"prop-types": "^15.6.2",
"quill": "1.3.7",
"react": "^16.13.1",
"react-app-polyfill": "^1.0.6",
"react-dom": "^16.13.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",
"compile-components": "./node_modules/\\@babel/cli/bin/babel.js src/components --out-dir 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"
]
}