-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.3 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
{
"name": "react-activity-heading",
"version": "1.0.1",
"description": "Reflect activity state in your headings",
"main": "dist/ActivityHeading.js",
"scripts": {
"start": "node server.js",
"prepublish": "cjsx -o dist/ -c src/ActivityHeading.cjsx"
},
"repository": {
"type": "git",
"url": "git://github.com/robertgonzales/react-activity-heading"
},
"keywords": [
"react",
"reactjs",
"react-component",
"activity",
"heading",
"title",
"status",
"loader"
],
"author": "Robert Gonzales",
"license": "MIT",
"devDependencies": {
"babel-core": "^4.7.4",
"babel-loader": "^4.1.0",
"cjsx-loader": "~2.0.1",
"coffee-loader": "~0.7.2",
"coffee-script": "~1.9.1",
"css-loader": "~0.15.1",
"expose-loader": "~0.6.0",
"file-loader": "^0.8.4",
"json-loader": "~0.5.1",
"object-assign": "~2.0.0",
"react-hot-loader": "^1.2.8",
"run-sequence": "~1.1.2",
"style-loader": "~0.12.3",
"svgo": "^0.5.3",
"svgo-loader": "^1.1.0",
"url-loader": "^0.5.6",
"webpack": "^1.10.5",
"webpack-dev-middleware": "~1.2.0",
"webpack-dev-server": "~1.10.1"
},
"peerDependencies": {
"react": "^15",
"react-dom": "^15"
},
"dependencies": {
"lodash": "^4.5.1",
"velocity-react": "^1.1.3"
}
}