-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.36 KB
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
{
"name": "baSalt",
"version": "1.0.0",
"description": "Service for salt password's",
"main": "src/js/index.js",
"homepage": "https://ertanfird.github.io/baSalt/",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --mode production",
"dev": "cross-env NODE_ENV=development webpack --mode development",
"start": "cross-env NODE_ENV=development webpack serve --mode development",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "ErtanFird",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.14.2",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.5",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.3.1",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"normalize": "^0.3.1",
"particles.js": "^2.0.0",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"salted-md5": "^4.0.2",
"sass-loader": "^11.1.1",
"slick-carousel": "^1.8.1",
"style-loader": "^2.0.0",
"vanilla-tilt": "^1.7.0",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}