generated from vuquangpham/boilw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.71 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
{
"name": "smoothjs",
"prettyName": "Smooth.js 🌊",
"outputName": "Smooth",
"version": "0.0.1",
"description": "A library for creating smooth transition with Javascript",
"main": "./dist/webpack-boilerplate.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --config config/webpack.dev.js",
"build:umd": "cross-env TARGET=umd webpack --config config/webpack.prod.js",
"build:module": "cross-env TARGET=module webpack --config config/webpack.prod.js",
"build": "webpack --config config/webpack.build.js",
"prod": "npm run build:umd"
},
"repository": {
"type": "git",
"url": "https://github.com/vuquangpham/smooth.js.git"
},
"keywords": [
"webpack",
"boilerplate"
],
"author": {
"name": "Vu Pham",
"email": "vuquangpham@email.com",
"url": "https://github.com/vuquangpham"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vuquangpham/smooth.js/issues"
},
"homepage": "https://github.com/vuquangpham/smooth.js",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.19.4",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"file-loader": "^6.2.0",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.2",
"sass": "^1.62.1",
"sass-loader": "^13.1.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}