forked from yeehaa123/offcourse_presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.7 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.7 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
50
51
52
53
54
55
56
57
58
59
{
"name": "unacademic_react",
"version": "1.0.0",
"description": "",
"inline-source-map": "bundle.js",
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.1.7",
"babel": "^4.1.1",
"babel-core": "^4.0.1",
"babel-loader": "^4.0.0",
"chai": "^2.1.1",
"chai-string": "^1.1.1",
"contextify": "^0.1.13",
"css-loader": "^0.9.1",
"csstyle": "^1.3.1",
"extract-text-webpack-plugin": "^0.3.8",
"faker": "^2.1.2",
"file-loader": "^0.8.1",
"gulp-mocha": "^2.0.0",
"gulp-webpack": "^1.3.0",
"immutable": "^3.6.2",
"jsdom": "^4.0.2",
"json-loader": "^0.5.1",
"jsx-loader": "^0.12.2",
"keymaster": "^1.6.2",
"keymirror": "^0.1.1",
"lodash": "^3.3.0",
"marked": "^0.3.3",
"mocha": "^2.2.1",
"moment": "^2.9.0",
"normalize.css": "^3.0.2",
"postcss-custom-properties": "^3.0.1",
"postcss-custom-selectors": "^1.1.0",
"postcss-loader": "^0.3.0",
"postcss-nested": "^0.2.1",
"postcss-simple-vars": "^0.2.4",
"ramda": "^0.11.0",
"react": "^0.13.0",
"react-hot-loader": "^1.1.5",
"react-tools": "^0.13.0-rc1",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"style-loader": "^0.8.3",
"superagent": "^0.21.0",
"url-loader": "^0.5.5",
"webpack": "^1.5.3",
"webpack-dev-server": "^1.7.0",
"yaml-loader": "^0.1.0"
},
"scripts": {
"dev": "webpack-dev-server --hot --progress --colors --content-base build",
"deploy": "NODE_ENV=production webpack -p",
"test": "webpack --config webpack-mocha.config.js && mocha test/testBundle.js",
"watch": "webpack --config webpack-mocha.config.js -w & mocha test/testBundle.js -w"
},
"author": "",
"license": "ISC"
}