forked from scsibug/class-central
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.01 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
{
"name": "cc-asset-pipeline",
"version": "0.1.0",
"description": "CC Asset Pipeline",
"author": "Class Central, Inc",
"dependencies": {
"babel-runtime": "^6.26.0",
"blueimp-file-upload": "9.18.0",
"classcentral-style": "git+https://github.com/classcentral/classcentral-style.git#v0.4.16",
"countup.js": "1.8.5",
"flexslider": "2.6.3",
"handlebars": "4.0.10",
"hopscotch": "0.2.5",
"ismobilejs": "0.3.7",
"jquery": "1.11.0",
"jquery-ui": "1.12.0",
"js-cookie": "2.1.4",
"lodash": "^4.17.4",
"lodash.debounce": "^4.0.8",
"pnotify": "3.2.0",
"prop-types": "15.5.10",
"react": "15.5.4",
"react-dom": "15.5.4",
"react-redux": "^5.0.5",
"redux": "^3.7.1",
"sticky-kit": "1.1.3",
"tippy.js": "^2.5.2",
"typeahead.js": "0.10.4",
"uuid": "3.0.1",
"webpack": "2.5.1"
},
"devDependencies": {
"babel-core": "6.24.1",
"babel-loader": "7.0.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "1.4.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"clean-webpack-plugin": "0.1.16",
"css-loader": "0.28.1",
"enhanced-resolve": "3.1.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "15.0.1",
"eslint-import-resolver-webpack": "0.8.1",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "5.0.3",
"eslint-plugin-react": "7.0.1",
"exports-loader": "0.6.4",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "2.1.0",
"imports-loader": "0.7.1",
"less": "2.7.2",
"less-loader": "4.0.3",
"lesshat": "4.1.0",
"modernizr-webpack-plugin": "1.0.6",
"react-hot-loader": "1.3.1",
"style-loader": "0.17.0",
"webpack-dev-server": "2.4.5",
"webpack-manifest-plugin": "1.1.0"
},
"scripts": {
"client": "webpack-dev-server --config=webpack.dev.config.js",
"build": "webpack --config=webpack.prod.config.js"
}
}