forked from jingoal-silk/Scroller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "silk-scroller",
"version": "1.0.13",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jingoal-silk/Scroller.git"
},
"scripts": {
"dev": "node dev.server.js",
"build": "NODE_ENV=production ./node_modules/.bin/webpack --config webpack.production.js",
"prepublish": "node ./node_modules/gulp/bin/gulp.js"
},
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-import": "^1.1.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"bell-on-bundler-error-plugin": "^1.0.8",
"classnames": "^2.2.5",
"connect": "^3.4.1",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"dora-plugin-upload": "^0.3.2",
"enquire.js": "^2.1.1",
"eslint": "^3.8.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-markdown": "*",
"eslint-plugin-react": "^6.1.2",
"eslint-watch": "2.1.14",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"glob": "^7.0.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-connect": "^5.0.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.3.2",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.22.0",
"jest": "^18.0.0",
"json-loader": "^0.5.4",
"jsonml.js": "^0.1.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"mime": "^1.3.4",
"node-sass": "^3.8.0",
"postcss-pxtorem": "^3.3.1",
"qrcode.react": "^0.6.1",
"rc-scroll-anim": "^0.3.9",
"react": "^15.4.2",
"react-copy-to-clipboard": "^4.2.3",
"react-document-title": "^2.0.2",
"react-dom": "^15.4.2",
"react-hot-loader": "^1.3.1",
"react-intl": "^2.1.5",
"react-test-renderer": "^15.4.1",
"sass": "^0.5.0",
"sass-loader": "^4.0.0",
"step": "0.0.6",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1",
"webpack-hot-middleware": "^2.12.2"
},
"peerDependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"engines": {
"node": ">=4.0.0"
}
}