-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
88 lines (88 loc) · 2.24 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "@glorious/pitsby",
"version": "1.37.2",
"description": "Docs generator for AngularJS, React, Vue and Vanilla components",
"author": "Rafael Camargo <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/glorious-codes/glorious-pitsby"
},
"keywords": [
"components",
"legacy",
"modern",
"angularjs",
"angular",
"vue",
"vuejs",
"documentation",
"docs",
"generator",
"tool",
"graphic user interface",
"single page application",
"web application",
"design system",
"GUI",
"SPA"
],
"license": "MIT",
"bin": {
"pitsby": "src/cli/index.js"
},
"scripts": {
"build": "rm -rf ./dist && node ./pre-build && webpack --output-path=./dist",
"start": "webpack-dev-server",
"format": "eslint './src/**/*.js'",
"test": "jest",
"prepublishOnly": "node ./pre-publish"
},
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/standalone": "^7.8.6",
"@compilorama/staly": "^0.4.1",
"@glorious/fyzer": "^0.1.2",
"@glorious/rasket": "^0.1.3",
"@uirouter/angularjs": "^1.0.20",
"axios": "^1.6.1",
"babel-loader": "^8.2.5",
"brace": "^0.11.1",
"chokidar": "^3.3.1",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^5.0.0",
"file-loader": "^6.2.0",
"file-system": "^2.2.2",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"html-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"live-server": "^1.2.2",
"mini-css-extract-plugin": "^2.6.1",
"nanoid": "^3.1.31",
"prettier": "^1.19.1",
"prismjs": "^1.15.0",
"style-loader": "^3.3.1",
"stylus": "^0.58.1",
"stylus-loader": "^7.0.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.3",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"angular": "^1.8.3",
"angular-mocks": "^1.8.3",
"codecov": "^3.1.0",
"eslint": "^8.20.0",
"html-loader-jest": "^0.2.1",
"jest": "^26.6.3",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"rimraf": "^3.0.2",
"vue": "^2.6.3"
}
}