-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 746 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 746 Bytes
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
{
"name": "rollup-tests",
"version": "1.0.0",
"description": "",
"main": "rollup.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-plugin-syntax-jsx": "^6.0.14",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.0.0",
"gulp-filter": "^3.0.1",
"gulp-rollup": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-util": "^3.0.7",
"react": "^0.14.2",
"rollup": "^0.20.3",
"rollup-plugin-babel": "^1.0.0",
"rollup-pluginutils": "^1.2.0",
"uglify": "^0.1.5"
}
}