-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "memassist.github.io",
"version": "1.0.0",
"description": "[memassist.github.io](https://memassist.github.io)",
"author": "",
"license": "MIT",
"private": true,
"homepage": "https://memassist.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/memassist/memassist.github.io.git"
},
"bugs": {
"url": "https://github.com/memassist/memassist.github.io/issues"
},
"main": "src/main.js",
"scripts": {
"watch": "cross-env NODE_ENV=development webpack --watch",
"serve": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build:dev": "cross-env NODE_ENV=development webpack",
"build:prod": "cross-env NODE_ENV=production webpack"
},
"dependencies": {
"bootstrap": "^5.0.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"autoprefixer": "^10.2.5",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-minimizer-webpack-plugin": "^4.0.0",
"mini-css-extract-plugin": "^2.2.0",
"postcss": "^8.2.15",
"postcss-loader": "^7.0.0",
"sass": "^1.32.13",
"sass-loader": "^13.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.1.2",
"webpack": "^5.37.0",
"webpack-cli": "^4.7.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 1 ie version"
]
}
}