UNPKG

1.74 kBJSONView Raw
1{
2 "name": "summerd-sdk",
3 "version": "1.0.50",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "update": "npm version patch; npm publish; yarn add summerd-sdk",
9 "start": "RUN_ENV=local node project/server/app.js",
10 "server": "RUN_ENV=local node ./server/webpack-dev-server.js",
11 "build:dll": "RUN_ENV=local webpack --config ./config/webpack.dll.config.js",
12 "build:client": "RUN_ENV=local webpack --config ./config/webpack.prod.config.js"
13 },
14 "author": "",
15 "license": "ISC",
16 "dependencies": {
17 "axios": "^0.18.0",
18 "babel-core": "^6.26.0",
19 "babel-eslint": "^8.2.3",
20 "babel-loader": "^7.1.4",
21 "babel-plugin-transform-runtime": "^6.23.0",
22 "babel-polyfill": "^6.26.0",
23 "babel-preset-env": "^1.6.1",
24 "babel-register": "^6.26.0",
25 "copy-webpack-plugin": "^4.5.1",
26 "eslint": "^4.19.1",
27 "eslint-config-airbnb-base": "^12.1.0",
28 "eslint-friendly-formatter": "^4.0.1",
29 "eslint-loader": "^2.0.0",
30 "eslint-plugin-filenames": "^1.2.0",
31 "eslint-plugin-html": "^4.0.3",
32 "eslint-plugin-import": "^2.11.0",
33 "express": "^4.16.3",
34 "happypack": "^4.0.1",
35 "html-webpack-plugin": "^3.2.0",
36 "http-proxy": "^1.16.2",
37 "ip": "^1.1.5",
38 "module-alias": "^2.0.6",
39 "summerd-sdk": "^1.0.49",
40 "vue": "^2.5.16",
41 "vue-loader": "^14.2.2",
42 "vue-router": "^3.0.1",
43 "vue-template-compiler": "^2.5.16",
44 "vuex": "^3.0.1",
45 "webpack": "^4.6.0",
46 "webpack-cli": "^2.0.14",
47 "webpack-dev-middleware": "^3.1.2",
48 "webpack-dev-server": "^3.1.3",
49 "webpack-hot-middleware": "^2.21.2",
50 "webpack-merge": "^4.1.2",
51 "workbox-webpack-plugin": "^3.1.0"
52 }
53}