-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.18 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
{
"name": "rocketvueappframework",
"version": "0.8.0",
"description": "A series of Vue Components and Plugins that help speed up general app development. Currently implemented using Vuetify.",
"main": "dist/framework.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf dist && webpack --config ./build/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianrothmann/RocketVueAppFramework.git"
},
"keywords": [
"Vue",
"Framework"
],
"author": "Ian Rothmann",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ianrothmann/RocketVueAppFramework/issues"
},
"homepage": "https://github.com/ianrothmann/RocketVueAppFramework#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.4",
"moment": "^2.18.1",
"rimraf": "^2.6.1",
"s-grid-vue": "^0.1.1",
"vee-validate": "^2.0.0-rc.5",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-quill-editor": "^2.3.0",
"vue-template-compiler": "^2.4.2",
"vuedraggable": "^2.11.0",
"webpack": "^3.5.1"
}
}