-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "sort-by-dnd",
"description": "Sort by drag-and-drop.",
"version": "0.2.0",
"author": "yusen <[email protected]>",
"main": "./dist/sortByDnd.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^3.0.0",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"highlight.js": "^9.11.0",
"js-beautify": "^1.6.14",
"less": "^2.7.2",
"less-loader": "^4.0.3",
"postcss-loader": "^1.3.3",
"vue": "^2.2.6",
"vue-loader": "^11.1.4",
"vue-style-loader": "^2.0.5",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yscoder/sortby-dnd.git"
},
"license": "MIT"
}