-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.42 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "javascript-capstone",
"version": "1.0.0",
"description": "",
"private": "true",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"acorn": "^8.5.0",
"acorn-import-assertions": "^1.8.0",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"boolbase": "^1.0.0",
"browserslist": "^4.17.3",
"buffer-from": "^1.1.2",
"camel-case": "^4.1.2",
"caniuse-lite": "^1.0.30001265",
"chrome-trace-event": "^1.0.3",
"clean-css": "^4.2.3",
"commander": "^2.20.3",
"css-select": "^4.1.3",
"css-what": "^5.1.0",
"dom-converter": "^0.2.0",
"dom-serializer": "^1.3.2",
"domelementtype": "^2.2.0",
"domhandler": "^4.2.2",
"domutils": "^2.8.0",
"dot-case": "^3.0.4",
"electron-to-chromium": "^1.3.866",
"enhanced-resolve": "^5.8.3",
"entities": "^2.2.0",
"es-module-lexer": "^0.9.3",
"escalade": "^3.1.1",
"eslint-scope": "^5.1.1",
"esrecurse": "^4.3.0",
"estraverse": "^4.3.0",
"events": "^3.3.0",
"fast-deep-equal": "^3.1.3",
"fast-json-stable-stringify": "^2.1.0",
"gh-pages": "^3.2.3",
"glob-to-regexp": "^0.4.1",
"graceful-fs": "^4.2.8",
"has-flag": "^4.0.0",
"he": "^1.2.0",
"html-minifier-terser": "^5.1.1",
"htmlparser2": "^6.1.0",
"jest-worker": "^27.2.5",
"json-parse-better-errors": "^1.0.2",
"json-schema-traverse": "^0.4.1",
"loader-runner": "^4.2.0",
"lodash": "^4.17.21",
"lower-case": "^2.0.2",
"merge-stream": "^2.0.0",
"mime-db": "^1.50.0",
"mime-types": "^2.1.33",
"neo-async": "^2.6.2",
"no-case": "^3.0.4",
"node-releases": "^1.1.77",
"nth-check": "^2.0.1",
"p-limit": "^3.1.0",
"param-case": "^3.0.4",
"pascal-case": "^3.1.2",
"picocolors": "^0.2.1",
"pretty-error": "^3.0.4",
"punycode": "^2.1.1",
"randombytes": "^2.1.0",
"relateurl": "^0.2.7",
"renderkid": "^2.0.7",
"safe-buffer": "^5.2.1",
"schema-utils": "^3.1.1",
"serialize-javascript": "^6.0.0",
"source-map": "^0.6.1",
"source-map-support": "^0.5.20",
"supports-color": "^8.1.1",
"tapable": "^2.2.1",
"terser": "^5.9.0",
"terser-webpack-plugin": "^5.2.4",
"tslib": "^2.3.1",
"uri-js": "^4.4.1",
"utila": "^0.4.0",
"watchpack": "^2.2.0",
"webpack-sources": "^3.2.1",
"yocto-queue": "^0.1.0"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"babel-eslint": "^10.1.0",
"css-loader": "^6.4.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2",
"hint": "^6.1.4",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.2.5",
"style-loader": "^3.3.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1"
},
"scripts": {
"test": "jest",
"start": "webpack server --open",
"build": "webpack",
"watch": "webpack --watch",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ahmed-al-farouq/Javascript-capstone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ahmed-al-farouq/Javascript-capstone/issues"
},
"homepage": "https://github.com/ahmed-al-farouq/Javascript-capstone#readme"
}