-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "ba",
"version": "1.0.0",
"description": "Created with HTML JS & CSS.\r Styling: FontAwesome Library and Bootstrap.",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.16.0",
"vexflow": "^1.2.89",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9"
},
"devDependencies": {
"autoprefixer": "^9.7.0",
"babel-eslint": "^10.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"exports-loader": "^0.7.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"prettier": "1.19.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/khaldrago96/thesis_vf.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/khaldrago96/thesis_vf/issues"
},
"homepage": "https://github.com/khaldrago96/thesis_vf#readme"
}