-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
{
"name": "react-lessons",
"version": "1.0.0",
"description": "A tool for creating - and taking - interactive React tutorials",
"repository": {
"type": "git",
"url": "https://github.com/insin/react-lessons.git"
},
"keywords": [
"react",
"lessons",
"tutorials"
],
"scripts": {
"build": "webpack --config=webpack.build.config.js",
"lint": "eslint .",
"start": "node server.js"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.7.4",
"babel-eslint": "^3.1.23",
"babel-loader": "^5.3.2",
"classnames": "^2.1.3",
"css-loader": "^0.15.4",
"eslint": "^1.0.0-rc-1",
"eslint-config-standard": "^4.0.0-1",
"eslint-config-standard-react": "^1.0.2",
"eslint-plugin-react": "^2.7.1",
"extract-text-webpack-plugin": "^0.8.2",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"react-hot-loader": "^1.2.8",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"base-64": "^0.1.0",
"boxxy": "^0.2.2",
"classnames": "^2.1.2",
"codemirror": "^5.4.0",
"github-markdown-css": "^2.0.9",
"marked": "^0.3.3",
"react": "^0.13.3",
"react-codemirror": "^0.1.2",
"react-redux": "^0.2.2",
"react-router": "^1.0.0-beta3",
"redux": "^1.0.0-rc",
"redux-action-utils": "^1.0.0",
"redux-thunk": "^0.1.0"
},
"license": "MIT"
}