-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
83 lines (83 loc) · 2.2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "oam-design-system",
"version": "1.0.0",
"description": "OpenAerialMap Design System",
"repository": {
"type": "git",
"url": "https://github.com/hotosm/oam-design-system.git"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "BSD 3-Clause",
"bugs": {
"url": "https://github.com/hotosm/oam-design-system/issues"
},
"homepage": "http://docs.openaerialmap.org/",
"main": "assets/scripts",
"scripts": {
"serve": "gulp oam:icons && gulp collecticons && gulp serve",
"oam-icons": "gulp oam:icons",
"lint": "eslint sandbox/assets/scripts/ assets/scripts --ext .js",
"test": "echo \"No tests\" && exit 0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"collecticons-processor": "^2.0.0",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint": "^2.7.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-react": "^3.16.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.2",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jeet": "^6.1.2",
"node-bourbon": "^4.2.3",
"node-notifier": "^4.5.0",
"require-globify": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.2",
"react-scrollbar": "git+https://github.com/danielfdsilva/reactScrollbar.git#3c3976fc82359c1b46bace48d89ce716ba748dca",
"react-dom": "^15.0.1",
"react-tether": "^0.5.1"
},
"peerDependencies": {
"react": "^15.0.1",
"react-addons-css-transition-group": "^15.0.2",
"react-dom": "^15.0.1",
"react-tether": "^0.5.1"
}
}