-
Notifications
You must be signed in to change notification settings - Fork 0
/
package_old.json
57 lines (57 loc) · 1.41 KB
/
package_old.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
53
54
55
56
57
{
"name": "Wape",
"version": "0.1.2",
"description": "Webpage application page editor",
"main": "dist/wape.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack-dev-server --mode='development' --hot",
"watch": "webpack --mode='development' --watch",
"build:dev": "webpack --mode='development'",
"build:prod": "webpack --mode='production'"
},
"keywords": [
"wape",
"web",
"page",
"webpage",
"builder",
"application",
"editor",
"html",
"css",
"layout"
],
"repository": {
"type": "git",
"url": "https://github.com/tchartron/wape.git"
},
"author": "Thomas Chartron",
"license": "MIT",
"bugs": {
"url": "https://github.com/tchartron/wape/issues"
},
"homepage": "https://github.com/tchartron/wape#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.0.0-beta.3",
"html-webpack-plugin": "^4.5.0",
"htmllint-loader": "^2.1.4",
"style-loader": "^1.2.1",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"dependencies": {
"lodash": "^4.17.20",
"mitt": "^2.1.0",
"vue": "^2.6.12"
}
}