-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 966 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
{
"name": "rounded",
"version": "0.0.1",
"description": "Tool for pattern based typography.",
"main": "main.js",
"dependencies": {
"@babel/core": "^7.5.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"lodash.throttle": "^4.1.1",
"style-loader": "^0.23.1",
"webpack": "^4.35.3",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2",
"ws": "^7.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production webpack --progress -p",
"deploy": "rsync -avzc --del --exclude 'node_modules' --exclude '.git' . [email protected]:/var/www/virtual/voellig/rounded.volligohne.de/",
"start": "webpack-dev-server --progress --colors --port 8000 --host 0.0.0.0",
"server": "node server/server.js"
},
"author": "Timur Çelikel",
"license": "MIT"
}