-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "VimeoStaffPicks",
"version": "1.0.0",
"main": "index.js",
"author": {
"name": "Farsad",
"email": "[email protected]"
},
"scripts": {
"start": "gulp",
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"test:watch": "./node_modules/karma/bin/karma start --auto-watch"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-plugin-external-helpers": "^6.18.0",
"babel-preset-airbnb": "^2.2.3",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^13.1.1",
"enzyme": "^2.7.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-less": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"http-server": "^0.9.0",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.14",
"react-addons-test-utils": "^15.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"animated-scroll-to": "^1.0.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"whatwg-fetch": "^2.0.1"
}
}