-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.45 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
{
"name": "ImageDiff",
"version": "0.0.1",
"description": "通过JS对不同图片进行diff比较.",
"dependencies": {
"cropperjs": "^0.8.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.4.0",
"react-cropper": "^0.9.4",
"react-dom": "^15.4.0",
"react-tap-event-plugin": "^1.0.0",
"style-loader": "^0.13.1"
},
"devDependencies": {
"autoprefixer": "^6.4.1",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-import": "^1.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"eslint": "^3.5.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"imports-loader": "^0.6.5",
"postcss-loader": "^0.13.0",
"svg-inline-loader": "^0.7.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.9"
},
"scripts": {
"build": "NODE_ENV=production webpack --config webpack.config.js --process --colors",
"watch": "NODE_ENV=test webpack --config webpack.config.js --process --colors --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/codingfishman/image-diff"
},
"author": "08fishman@gmail.com",
"license": "MIT"
}