-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
45 lines (45 loc) · 1.5 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
{
"name": "epsilon-framework",
"title": "Epsilon Framework",
"author": "Macho Themes",
"version": "1.2.2",
"main": "gruntfile.js",
"license": "GPL v3",
"repository": "https://github.com/MachoThemes/epsilon-framework",
"homepage": "https://machothemes.com/epsilon-framework",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@types/jquery": "^3.5.3",
"@types/jqueryui": "^1.12.13",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.0.6",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^1.0.1",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"node-sass": "^7.0.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^8.0.6",
"typescript": "^4.0.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^3.0.0",
"webpack": "^4.44.1",
"webpack-clean-obsolete-chunks": "^0.4.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"start": "webpack --config webpack.config.js --hide-modules --mode=development --watch --progress",
"prod": "webpack --config webpack.config.js --hide-modules --mode=production --progress"
}
}