-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "resource",
"version": "0.4.4",
"description": "",
"main": "./dist/$resource.common.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "webpack --display-error-details --progress --colors --watch",
"serve": "webpack-dev-server --config webpack-dev-config.js --inline --colors"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-polyfill": "^6.7.4",
"q": "^1.4.1"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-block-scoping": "^6.7.1",
"babel-plugin-transform-flow-strip-types": "^6.7.0",
"babel-plugin-transform-regenerator": "^6.6.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.6.1",
"chai": "^3.5.0",
"mocha": "^2.4.5",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"test.json",
"index.html"
]
}