-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.36 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.36 KB
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
{
"browser": {
"vue": "vue/dist/vue.common"
},
"private": true,
"dependencies": {
"jquery": "^3.1.0",
"lodash": "^4.16.2",
"semantic-ui": "^2.2.7",
"vue": "^2.1.10",
"vue-resource": "^1.1.0",
"vue-typeahead": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-regenerator": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"css-loader": "^0.26.2",
"extract-text-webpack-plugin": "^2.0.0",
"webpack": "^2.2.1"
},
"name": "spatter",
"description": "[](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework)",
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "webpack"
},
"author": "",
"license": "ISC"
}