-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
44
45
46
47
{
"name": "react-kirk",
"version": "1.1.1",
"description": "react-kirk",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/liukeke/react-kirk"
},
"scripts": {
"d": "webpack-dev-server --devtool eval --progress --colors --port=8881 --inline --hot --content-base build",
"p": "webpack --progress --colors --config webpack.config.publish.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"css-loader": "^0.28.0",
"jquery": "^1.12.0",
"rc-queue-anim": "^0.13.3",
"react": "^15.5.3",
"react-cookie": "^1.0.5",
"react-dom": "^15.5.3",
"react-page-locke": "0.0.5",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.16.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"file-loader": "^0.11.1",
"jsx-loader": "^0.13.2",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"style-loader": "^0.16.1",
"url": "^0.11.0",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
}
}