-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
50
51
52
{
"name": "gre-practice",
"version": "1.0.0",
"description": "A web platform to practice GRE",
"main": "src/index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "rimraf build && webpack",
"start": "webpack-dev-server --mode=development --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolbuddy/GRE-Practice.git"
},
"author": "Luis Hsu",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/toolbuddy/GRE-Practice/issues"
},
"homepage": "https://github.com/toolbuddy/GRE-Practice#readme",
"dependencies": {
"@babel/core": "^7.5.4",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"bootstrap-vue": "^2.0.0-rc.26",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"docxtemplater": "^3.14.0",
"es6-promise": "^4.2.8",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^3.2.0",
"jszip": "^2.6.1",
"jszip-utils": "^0.1.0",
"node-html-parser": "^1.1.16",
"node-sass": "^4.12.0",
"raw-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.7",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"webpack": "^4.35.3",
"webpack-dev-server": "^3.7.2"
},
"devDependencies": {
"rimraf": "^2.6.3",
"webpack-cli": "^3.3.5"
}
}