-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.38 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-es7",
"version": "0.0.11",
"description": "Example of using React + Reflux + router + ES6 with experimental ES7 syntax + Jest + Semantic-UI",
"main": "src/index.js",
"scripts": {
"test": "jest",
"bundle": "broccoli build dist",
"serve": "broccoli serve"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/6to5-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6",
"jsx"
]
},
"author": "",
"license": "ISC",
"devDependencies": {
"6to5": "*",
"6to5-jest": "hipertracker/6to5-jest",
"broccoli": "^0.13.3",
"broccoli-6to5-transpiler": "^0.1.1",
"broccoli-babel-transpiler": "^4.0.0",
"broccoli-cli": "0.0.1",
"broccoli-env": "0.0.1",
"broccoli-fast-browserify": "^0.2.3",
"broccoli-filter": "^0.1.10",
"broccoli-funnel": "^0.1.6",
"broccoli-gzip": "^0.2.0",
"broccoli-merge-trees": "^0.2.1",
"broccoli-sass": "hipertracker/broccoli-sass",
"broccoli-timepiece": "^0.3.0",
"broccoli-uglify-js": "^0.1.3",
"browserify": "^8.0.1",
"http-server": "^0.7.4",
"jest-cli": "^0.2.1"
},
"dependencies": {
"lodash": "*",
"react": "^0.12.2",
"react-router": "*",
"react-semantify": "jessy1092/react-semantify",
"reactify": "*",
"reflux": "*",
"rimraf": "^2.2.8"
}
}