-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 799 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 799 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
{
"name": "tour-de-core-gutenberg",
"version": "0.1.3",
"main": "Gruntfile.js",
"author": "Nikola Nikolov",
"devDependencies": {
"babel-core": "6.26.0",
"babel-cli": "^6.0.0",
"babel-eslint": "8.0.3",
"babel-plugin-lodash": "3.2.11",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-traverse": "6.26.0",
"cross-env": "3.2.4",
"grunt": "~0.4.5",
"grunt-wp-i18n": "~0.5.0",
"grunt-wp-readme-to-markdown": "~1.0.0"
},
"scripts": {
"watch-react": "cross-env BABEL_ENV=default babel --watch assets/jsx -d assets/js",
"build-react": "cross-env BABEL_ENV=default babel assets/jsx -d assets/js"
}
}