-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "adstore",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --require babel-polyfill --compilers js:babel-register src/**/*.test.js"
},
"author": "marcos braga choma",
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.23.0",
"bootstrap": "^3.3.7",
"browserify": "^14.1.0",
"enzyme": "^2.7.1",
"expect": "^1.20.2",
"flux": "^3.1.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^4.0.1",
"gulp-open": "^2.0.0",
"jquery": "^3.1.1",
"loadash": "0.0.1",
"lodash": "^4.17.4",
"mocha": "^3.2.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"react-router": "^3.0.2",
"reactify": "^1.1.1",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"babel-preset-env": "^1.2.1",
"babel-preset-react": "^6.23.0"
}
}