forked from jangarcia/vue-plugin-moisturizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "vue-plugin-moisturizer",
"version": "1.3.0",
"main": "lib/index.js",
"author": "Lukas Bombach",
"license": "MIT",
"files": [
"/lib/**/*.js"
],
"scripts": {
"test": "cross-env NODE_ENV=development jest",
"build": "rimraf lib && cross-env BABEL_ENV=production babel src --out-dir lib",
"prepare": "npm run test && npm run build"
},
"peerDependencies": {
"vue": "~2.6.10"
},
"devDependencies": {
"@babel/cli": "7.1.2",
"@babel/core": "7.1.2",
"@babel/preset-env": "7.1.0",
"@vue/server-test-utils": "1.0.0-beta.29",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.8.0",
"cross-env": "5.2.0",
"jest": "24.8.0",
"rimraf": "2.6.3",
"vue": "2.6.10",
"vue-jest": "3.0.4",
"vue-server-renderer": "2.6.10",
"vue-template-compiler": "2.6.10"
},
"dependencies": {
"has-duplicates": "1.0.0",
"md5": "2.2.1"
},
"bugs": {
"url": "https://github.com/spring-media/vue-plugin-moisturizer/issues"
},
"homepage": "https://github.com/spring-media/vue-plugin-moisturizer#readme",
"publishConfig": {
"registry": "https://spring.jfrog.io/spring/api/npm/npm-local-red/"
}
}