-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 931 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
33
34
35
36
37
38
{
"name": "imba-rotn",
"description": "ROT-N app in Imba",
"keywords": [
"imba",
"sass"
],
"author": "Tomasz Wegrzanowski",
"version": "1.0.0",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"dev": "webpack-dev-server --mode=development --static dist/",
"build": "webpack --mode=production",
"watch": "webpack --watch --progress --colors --display-modules",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git://github.com/taw/imba-rotn.git"
},
"license": "MIT",
"dependencies": {
"css-loader": "^5.2.7",
"cypress": "^12.1.0",
"gh-pages": "^4.0.0",
"imba": "1.5.2",
"mini-css-extract-plugin": "^1.6.2",
"node-sass": "^8.0.0",
"normalize-scss": "^7.0.1",
"sass-loader": "^10.4.1",
"webpack": "^4.46.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
}
}