-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "@ludic/ludic-vue",
"version": "1.0.5",
"description": "vue component for ludic",
"main": "dist/ludic-vue.umd.js",
"module": "dist/ludic-vue.umd.js",
"types": "src/main.d.ts",
"scripts": {
"dev": "webpack --watch --config ./webpack.dev.config.js",
"build": "webpack --config ./webpack.build.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ludic",
"vue"
],
"author": "doman412",
"license": "ISC",
"peerDependencies": {
"vue": "^2.3.0",
"@ludic/ludic": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.13.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-1": "^6.16.0",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"source-map-loader": "^0.1.6",
"style-loader": "^0.13.1",
"vue": "^2.4.4",
"vue-loader": "^13.0.4",
"vue-style-loader": "^3.0.1",
"vue-template-compiler": "^2.4.2",
"webpack": "^2.2.0-rc.2",
"webpack-merge": "^4.1.0"
}
}