-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "vue-sensors",
"version": "1.0.2",
"description": "vue-sensors",
"main": "dist/index.min.js",
"scripts": {
"dev": "webpack --watch",
"build": "NODE_ENV=production webpack",
"analyze": "ANALYZE=true webpack",
"umd": "webpack --config example/webpack.umd.js --watch"
},
"author": "lin-123",
"license": "ISC",
"dependencies": {
"sa-sdk-javascript": "^1.8.14"
},
"repository": {
"type": "git",
"url": "https://github.com/lin-123/vue-sensors"
},
"bugs": {
"url": "https://github.com/lin-123/vue-sensors/issues"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"babel-runtime": "^6.26.0",
"expect": "^23.6.0",
"mocha": "^5.2.0",
"sinon": "^7.1.1",
"webpack": "^4.26.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-merge": "^4.1.4"
}
}