-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 928 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
{
"name": "idyll-editor",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "budo ./src/index.js --css app.css --live --open -- -t [ babelify --presets [ es2015 react ] ] -t brfs ",
"build": "NODE_ENV=production browserify -g uglifyify ./src/index.js -t [ babelify --presets [ es2015 react ] ] -t brfs -t envify -t uglifyify -o docs/index.js && cp app.css docs/"
},
"author": "",
"license": "ISC",
"dependencies": {
"draft-js": "^0.10.1",
"idyll-compiler": "^1.4.6",
"idyll-default-components": "^1.6.2",
"idyll-interactive-document": "^1.0.2",
"react": "^15.6.1",
"react-dom": "^15.6.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"budo": "^10.0.3",
"brfs": "^1.4.3",
"envify": "^4.1.0",
"uglifyify": "^4.0.3",
"uglify-js": "^3.0.25"
}
}