-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
108 lines (108 loc) · 3.14 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "tutor",
"description": "<img src='.github/tutor-github.png' alt='TutorLMS' width='100%'>",
"main": "index.js",
"engines": {
"npm": ">=6.14.14",
"node": ">=14.17.5"
},
"scripts": {
"build": "composer install --no-dev && webpack --env=build --mode=production && npm run gulp-build",
"build-dev": "webpack --mode=development && npm run gulp-build-dev",
"gulp-build": "npm run rm-lang && _GULP_ENV='build' gulp build",
"gulp-build-dev": "npm run rm-lang && gulp build",
"css-watch": "gulp",
"js-watch": "webpack --watch --mode=development",
"docz-build": "docz build",
"docz-init": "docz build && node doczcp.js",
"docz-watch": "docz dev",
"watch": "concurrently \"npm run css-watch\" \"npm run js-watch\"",
"no-docz-watch": "npm run build-dev && concurrently \"npm run css-watch\" \"npm run js-watch\"",
"lib-watch": "concurrently \"npm run css-watch\" \"npm run js-watch\" \"npm run docz-watch\"",
"rm-lang": "rm ./languages/tutor.pot || echo \"No tutor pot yet\""
},
"keywords": [
"lms",
"tutor",
"wordpress",
"lms"
],
"author": "themeum",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/themeum/tutor/issues"
},
"homepage": "https://github.com/themeum/tutor#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.13",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.3.0",
"css-loader": "^5.0.2",
"css-minimizer-webpack-plugin": "^1.2.0",
"date-fns": "^2.25.0",
"eslint": "^7.18.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^4.0.2",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-cssnano": "^2.1.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-wp-pot": "^2.4.3",
"gulp-zip": "^5.0.2",
"lodash.range": "^3.2.0",
"path": "^0.12.7",
"po2json": "^0.4.5",
"sass": "^1.62.1",
"sass-loader": "^10.1.1",
"uglify-js": "^3.12.8",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.22.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@emotion/core": "^10.1.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@wordpress/media-utils": "^2.1.1",
"axios": "^0.21.1",
"choices.js": "^9.0.1",
"classnames": "^2.3.1",
"concurrently": "^6.2.1",
"deepcopy": "^2.1.0",
"docz": "^2.3.1",
"emotion": "^11.0.0",
"fs-extra": "^10.0.0",
"gulp-if": "^3.0.0",
"gulp-watch": "^5.0.1",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.2.2",
"moment": "^2.29.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-color": "^2.19.3",
"react-datepicker": "4.8.0",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^16.11.0",
"react-helmet": "^6.1.0",
"react-masonry-css": "^1.0.16",
"react-redux": "^7.2.2",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.2",
"reduce-reducers": "^1.0.4",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"typescript": "^4.6.3",
"webpack-dev-server": "^4.1.1"
}
}