-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "ominidi.org",
"version": "0.1.0",
"description": "Ominidi.org main application",
"main": "index.js",
"repository": "git@github.com:ominidi/ominidi.org.git",
"author": "gabrieledarrigo <darrigo.g@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-register": "6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"enzyme": "^2.8.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-cssmin": "^0.2.0",
"gulp-mocha": "^4.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^3.0.0",
"run-sequence": "^1.2.2",
"sw-precache": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"breakpoint-sass": "^2.7.1",
"normalize.css": "^7.0.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"sinon": "^2.3.2",
"three": "^0.85.2"
}
}