-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.39 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
{
"name": "create-click-app",
"version": "1.0.2",
"description": "Click.js application with webpack and babel Configuration.",
"main": "webpack.config.js",
"scripts": {
"build:prod": "webpack -p",
"click": "webpack-dev-server"
},
"author": "Nirikshan Bhusal",
"license": "ISC",
"dependencies": {
"click.cl": "^1.0.1",
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.2.0",
"@babel/preset-es2015": "^7.0.0-beta.53",
"babel-loader": "^8.0.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^1.0.0",
"click-base-manager": "^1.2.0",
"click-loader": "^2.3.7",
"click-style-loader": "1.0.1",
"css-loader": "^2.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"multi-loader": "^0.1.0",
"node-sass": "^4.11.0",
"open-browser-webpack-plugin": "0.0.5",
"raw-loader": "^2.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.2.1",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"indo-compiler": "^1.1.3"
}
}