-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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": "rexcited",
"version": "1.0.9",
"description": "A small react.",
"main": "dist/react.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackmiaool/rexcited.git"
},
"author": "blackmiaool",
"license": "ISC",
"bugs": {
"url": "https://github.com/blackmiaool/rexcited/issues"
},
"homepage": "https://github.com/blackmiaool/rexcited#readme",
"devDependencies": {
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"extract-text-webpack-plugin": "^2.1.0",
"raw-loader": "^0.5.1",
"rc-queue-anim": "^0.13.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"uglify-js": "^2.8.0",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.5.1"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}