-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
79 lines (79 loc) · 2.69 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
{
"name": "calendar-plus",
"version": "2.2.6-2",
"description": "Calendar+",
"main": "gulpfile.babel.js",
"dependencies": {
"core-js": "^2.6.9",
"es6-promise": "^4.2.6",
"hash-generator": "^0.1.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.8.2",
"react-big-calendar": "^0.20.3",
"react-dom": "^16.8.2",
"react-scroll": "^1.7.11",
"styled-components": "^6.1.13",
"urijs": "^1.19.1",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@ilabdev/copy": "^1.0.0",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@webpack-cli/generators": "^3.0.7",
"autoprefixer": "^10.4.19",
"babel-loader": "^8.0.5",
"babel-plugin-transform-class-properties": "^6.10.2",
"css-loader": "^7.1.2",
"del": "^3.0.0",
"foundation-sites": "^6.5.3",
"gulp": "^5.0.0",
"gulp-archiver": "^0.0.0",
"gulp-clean": "^0.4.0",
"gulp-phpcs": "^3.1.0",
"gulp-wp-pot": "^2.5.0",
"json-server": "^1.0.0-beta.1",
"mini-css-extract-plugin": "^2.9.0",
"motion-ui": "^2.0.3",
"postcss-loader": "^8.1.1",
"pre-push": "^0.1.1",
"sass": "^1.54.3",
"sass-loader": "^16.0.0",
"style-loader": "^0.23.1",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^4.2.1",
"what-input": "^5.1.3"
},
"scripts": {
"postinstall_disabled": "npm run build && npm run gulp",
"watch": "webpack --watch --config ./webpack.config.babel.js --mode development",
"watch:production": "webpack --watch --config ./webpack.config.babel.js",
"watch:admin": "webpack --watch --config ./webpack.config.babel.js --env include='admin'",
"watch:front": "webpack --watch --config ./webpack.config.babel.js --env include='front'",
"watch:public": "webpack --watch --config ./webpack.config.babel.js --env include='public'",
"build": "webpack --mode production --config ./webpack.config.babel.js",
"gulp": "gulp package"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"browserslist": [
"defaults, IE 11"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/incsub/caledar-plus.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"homepage": "https://bitbucket.org/incsub/calendar-plus"
}