-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.03 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
43
{
"name": "react-snowf",
"version": "0.0.3",
"description": "Snowfall component for React -- Let it snow on your page! ❄",
"main": "dist/react-snowf.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "webpack -p --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fuxy526/react-snowf.git"
},
"keywords": [
"snow",
"snowf",
"react",
"snowflakes",
"snowfall",
"Xmas",
"christmas"
],
"author": "Fuxy526",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fuxy526/react-snowf/issues"
},
"homepage": "https://github.com/Fuxy526/react-snowf#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"jsx-loader": "^0.13.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}