-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.46 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
42
43
44
45
46
47
48
49
50
{
"name": "sprite-draggable",
"version": "0.1.21",
"description": "let sprite can draggable",
"main": "lib/index.js",
"browser": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "webpack --config ./webpack.config.prod.js",
"standalone": "babel src -d lib && webpack --env.standalone",
"start": "npm run build && webpack-dev-server --config ./webpack.config.js",
"prepublishOnly": "npm run build",
"lint": "eslint ./ --fix"
},
"author": "yaotaiyang",
"license": "MIT",
"bugs": {
"url": "https://github.com/spritejs/sprite-draggable/issues"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-runtime": "^0.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"colors": "^1.3.1",
"coveralls": "^3.0.2",
"eslint": "^5.0.1",
"eslint-config-sprite": "^1.0.4",
"eslint-plugin-html": "^4.0.5",
"hamming-distance": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"imghash": "^0.0.3",
"nyc": "^12.0.2",
"pixelmatch": "^4.0.2",
"spritejs": "^2.17.1",
"webpack": "^4.12.2",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4"
},
"homepage": "https://github.com/spritejs/sprite-draggable",
"dependencies": {
"sprite-math": "^1.0.5"
}
}