-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 928 Bytes
/
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
{
"version": "0.1.0",
"description": "DrkStrife's personal site webpack projects.",
"main": "app/javascript/src/blog/main.js",
"dependencies": {
"@babel/runtime": "^7.25.6",
"@rails/webpacker": "5.4.4",
"dayjs": "^1.11.13",
"es6-promise": "^4.2.8",
"vue": "^2.7.16",
"vue-loader": "^15.11.1",
"vue-markdown": "^2.2.4",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.10",
"vue-turbolinks": "^2.1.0",
"vuex": "^3.1.3",
"webpack": "^4.47.0"
},
"devDependencies": {
"@webpack-cli/serve": "^1.7.0",
"babel-loader": "^8.2.2",
"babel-runtime": "^6.26.0",
"css-loader": "5.2.7",
"mocha": "^6.2.3",
"mochapack": "^1.1.13",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.2"
},
"scripts": {
"test": "mochapack --recursive --webpack-config config/webpack/test.js test/javascript/*"
},
"packageManager": "yarn@1.22.22"
}