-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1015 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
36
37
38
{
"name": "jDate",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zmofei/jDate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zmofei/jDate/issues"
},
"homepage": "https://github.com/zmofei/jDate#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.13.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"css-loader": "^0.23.1",
"eslint": "^3.11.0",
"eslint-plugin-import": "^2.2.0",
"postcss-loader": "^0.9.1",
"react-hot-loader": "^3.0.0-beta.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
}
}