-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 843 Bytes
/
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
{
"name": "simple-tags",
"version": "1.0.0",
"description": "A lightweight JS plugin for tags",
"main": "index.js",
"scripts": {
"dev": "webpack serve",
"build": "webpack build"
},
"author": "Kurt Obando",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.2.6",
"css-loader": "^5.2.6",
"eslint": "^7.22.0",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.1",
"path": "^0.12.7",
"postcss-loader": "^6.1.0",
"prettier": "^2.2.1",
"sass-loader": "^12.1.0",
"webpack": "^5.40.0",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"browserslist": [
"defaults",
"last 20 version",
"dead"
]
}