forked from cfillion/reapack.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 876 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
34
{
"name": "reapack.com",
"version": "1.0.0",
"private": true,
"dependencies": {
"base64-arraybuffer": "^0.2.0",
"codemirror": "^5.61.0",
"commonmark": "^0.29.3",
"core-js": "^3.12.1",
"filesize": "^6.3.0",
"fuzzysort": "^1.1.4",
"indent-string": "^5.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"regenerator-runtime": "^0.13.7",
"vue": "^2.6.12",
"vue-router": "^3.5.1"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-loader": "^8.0.6",
"coffee-loader": "^3.0.0",
"coffeescript": "^2.5.1",
"css-loader": "^5.2.4",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^6.0.0",
"sass-loader": "^11.1.1",
"vue-loader": "^15.9.0",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
}