forked from primefaces/primereact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.63 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
{
"name": "primereact",
"version": "3.4.0-SNAPSHOT",
"homepage": "/primereact",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primereact.git"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.2.0",
"babel-polyfill": "6.26.0",
"axios": "^0.19.0",
"chart.js": "2.7.3",
"classnames": "^2.2.6",
"del": "^2.2.0",
"@fullcalendar/core": "4.0.1",
"@fullcalendar/daygrid": "4.0.1",
"@fullcalendar/timegrid": "4.0.1",
"@fullcalendar/interaction": "4.0.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6",
"node-sass": "^4.11.0",
"primeflex": "1.0.0",
"primeicons": "2.0.0",
"prismjs": "1.6.0",
"prop-types": "^15.6.2",
"quill": "1.3.7",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-transition-group": "^2.5.1",
"react-app-polyfill": "^0.2.1"
},
"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": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}