-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 979 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": "my-place",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "set NODE_OPTIONS=--openssl-legacy-provider && webpack-dev-server",
"build": "set NODE_OPTIONS=--openssl-legacy-provider && webpack",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider &&webpack --config webpack.config.prod.js"
},
"author": "Sofiane Abou Abderrahim",
"license": "ISC",
"browserslist": "> 0.5%",
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.2.1",
"gh-pages": "^6.0.0",
"regenerator-runtime": "^0.13.3",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"sanitize-html": "^1.20.1"
}
}