-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.59 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
{
"name": "jorgedipra",
"version": "1.0.0",
"description": "",
"main": "./public/src/main.min.js",
"scripts": {
"dev": "webpack-dev-server --config src/build/webpack.config.js --colors",
"dev2": "webpack --config src/build/webpack.config.js --env.production --watch",
"prod": "webpack --config src/build/webpack.config.js --env.production",
"php": "php -S localhost:8000"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"assets-webpack-plugin": "^3.5.1",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.6.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.10.1",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"jquery": "^3.4.1",
"jsdom": "^16.2.2",
"less": "^2.7.2",
"less-loader": "^4.0.4",
"peer": "^0.5.2",
"popper.js": "^1.16.1",
"utf-8-validate": "^5.0.2",
"vue": "^2.6.11",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.5.0"
},
"devDependencies": {
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^2.5.1"
}
}