-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.42 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
50
51
{
"name": "spaceweather-client",
"version": "1.0.0",
"description": "Space weather visualization website",
"main": "dist/index.html",
"scripts": {
"start": "NODE_ENV=development gulp",
"build": "NODE_ENV=production gulp build",
"test": "NODE_ENV=test karma start"
},
"author": "ROJO 2 <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-plugin-inferno": "^1.0.0-legacy",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-runtime": "^6.11.6",
"babelify": "^7.3.0",
"browser-sync": "^2.26.7",
"browserify": "^13.1.0",
"connect-history-api-fallback": "^1.3.0",
"eslint": "^3.6.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-eslint": "^3.0.1",
"gulp-load-plugins": "^1.6.0",
"gulp-pug": "^3.0.4",
"gulp-stylint": "^4.0.0",
"gulp-stylus": "^2.5.0",
"gulp-ttf2woff": "^1.1.0",
"jasmine": "^2.5.2",
"jasmine-core": "^2.5.2",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.3.0",
"karma-jasmine": "^1.0.2",
"stylint": "^1.5.6",
"uglifyify": "^3.0.4",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"classnames": "^2.2.5",
"d3": "^4.2.8",
"gl-matrix": "^2.3.2",
"query-string": "^4.2.3",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^2.8.1"
}
}