-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "startalk_web_sdk",
"description": "",
"version": "1.0.0",
"license": "ISC",
"scripts": {
"start": "npm run serve",
"build": "packing build",
"build:dev": "NODE_ENV=development packing build",
"build:beta": "NODE_ENV=beta packing build",
"build:prod": "NODE_ENV=production packing build",
"serve": "packing serve",
"serve:dist": "packing build && packing serve-dist",
"stylelint": "stylelint --fix \"src/**/*.(css|less|sass|scss)\"",
"eslint": "eslint --fix src",
"lint": "echo lint"
},
"pre-commit": [
"lint"
],
"dependencies": {
"axios": "^0.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"dayjs": "^1.5.16",
"events": "^2.0.0",
"jquery": "^3.3.1",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"packing": "3.0.0-beta.14",
"polyfill-crypto.getrandomvalues": "^1.0.0",
"strophe.js": "1.2.14",
"strophejs-plugin-disco": "^0.0.2",
"strophejs-plugin-ping": "^0.0.1",
"strophejs-plugin-vcard": "^0.0.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"express": "^4.14.1",
"open-browser-webpack-plugin": "^0.0.5",
"packing-template-pug": "^2.0.4",
"packing-urlrewrite": "^0.1.8",
"pre-commit": "^1.2.2",
"webpack-dev-middleware": "^3.1.2",
"webpack-hot-middleware": "^2.22.1"
},
"engines": {
"node": ">=4.0",
"npm": ">=3.0"
}
}