-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.65 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "kops",
"version": "0.7.5",
"description": "Project structure for SPA development using KnockoutJS, Pug and Stylus",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "./node_modules/.bin/eslint .",
"dev": "KOPS_DEV=true gulp startdev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/masterl/kops.git"
},
"keywords": [
"knockout",
"spa",
"stylus",
"pug"
],
"author": "Leonardo de Oliveira Lourenço <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/masterl/kops/issues"
},
"homepage": "https://github.com/masterl/kops#readme",
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.15.8",
"apply-loader": "^2.0.0",
"babel-loader": "^8.2.2",
"chalk": "^4.1.2",
"cssnano": "^5.0.8",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.1",
"gulp-pug": "^5.0.0",
"gulp-stylus": "^2.7.0",
"ignore-loader": "^0.1.2",
"knockout": "^3.5.1",
"live-server": "^1.2.1",
"normalize.css": "^8.0.1",
"page": "^1.11.6",
"path-browserify": "^1.0.1",
"pug-loader": "^2.4.0",
"webpack": "^5.58.1",
"webpack-stream": "^7.0.0"
}
}