-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 888 Bytes
/
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
{
"name": "react-as-library",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "gulp watch",
"build": "NODE_ENV=production gulp"
},
"repository": {
"type": "git",
"url": "https://www.github.com/aseem2625/react-as-library"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-stylus": "^2.7.0",
"pug": "^2.0.3",
"pump": "^3.0.0",
"rollup": "^1.1.0",
"rollup-plugin-buble": "^0.19.6",
"rollup-plugin-includepaths": "^0.2.3",
"rollup-plugin-uglify": "^6.0.1"
}
}