generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 KB
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
{
"name": "javascript-capstone",
"version": "1.0.0",
"description": "<a name=\"readme-top\"></a>",
"main": "webpack.config.js",
"scripts": {
"watch": "webpack --watch",
"start": "webpack serve --open",
"build": "webpack",
"test": "jest --coverage"
},
"jest": {
"testEnvironment": "jest-environment-jsdom"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.10",
"@babel/plugin-transform-modules-commonjs": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@types/bootstrap": "^5.2.6",
"babel-eslint": "^10.1.0",
"babel-jest": "^29.6.1",
"babel-loader": "^9.1.3",
"c": "^1.1.1",
"css-loader": "^6.8.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.27.5",
"hint": "^7.1.10",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"jsdom": "^22.1.0",
"style-loader": "^3.3.3",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"text-encoding": "^0.7.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"aos": "^2.3.4",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.1",
"jquery": "^3.5.1",
"popper.js": "^1.16.1",
"scrollreveal": "^4.0.9",
"typeit": "^8.7.1"
}
}