-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "Learn4",
"version": "1.0.0",
"main": "app/main.js",
"author": "Team Grav",
"license": "MIT",
"scripts": {
"watch": "NODE_ENV=development webpack --watch --progress --mode development --config webpack.conf.js",
"dev": "NODE_ENV=development webpack --progress --config webpack.conf.js",
"prod": "NODE_ENV=production-wip webpack --mode development --config webpack.conf.js"
},
"dependencies": {
"node-sass": "^7.0.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.2.3",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^6.5.1",
"eslint": "^8.6.0",
"eslint-loader": "^2.1.0",
"exports-loader": "^3.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-csscomb": "^3.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"imports-loader": "^3.1.1",
"json-loader": "^0.5.7",
"style-loader": "^3.3.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"browserslist": [
"last 4 Chrome versions",
"Edge >= 12",
"Firefox ESR",
"last 4 Safari versions",
"last 4 Opera versions",
"Explorer >= 10"
]
}