-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "vk-music",
"version": "1.0.0",
"description": "Special for vk",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack",
"build": "cross-env NODE_ENV=prod webpack",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"last 2 versions"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.2.0",
"imports-loader": "^0.8.0",
"perfect-scrollbar": "^1.4.0",
"postcss-loader": "^2.1.0",
"style-loader": "^0.20.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"webpack": "^3.11.0"
},
"dependencies": {
"cmtt-likely": "^1.2.1",
"cross-env": "^5.2.0"
}
}