-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
{
"name": "Mega-Tags",
"description": "Mega Tags",
"author": "Feifan Wang",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://secretsaucehq.com/mega-tags"
},
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production",
"test": "mocha test/**/*.spec.js test/**/*.spec.jsx --compilers js:babel-register --recursive",
"test:watch": "npm test -- --watch"
},
"dependencies": {
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-redux": "~5.0.1",
"redux": "~3.6.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.0",
"babel-brunch": "~6.0.0",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "~6.3.13",
"babel-preset-react": "~6.3.13",
"babel-register": "^6.11.6",
"brunch": "^2.7.0",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"clean-css-brunch": "^2.0.0",
"coveralls": "^2.11.11",
"css-brunch": "^2.0.0",
"enzyme": "^2.4.1",
"hmr-brunch": "^0.1.0",
"javascript-brunch": "^2.0.0",
"jsdom": "^9.4.1",
"mocha": "^3.0.2",
"react-addons-test-utils": "~15.2.1",
"uglify-js-brunch": "^2.0.0"
}
}