-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 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
{
"name": "ideal-react.github.io",
"version": "1.0.0",
"description": "ideal react component demos",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"lint": "eslint src --ext .js,.jsx",
"build": "npm run clean && npm run lint && webpack src/index.jsx dist/index.min.js --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideal-react/ideal-react.github.io.git"
},
"author": "ustccjw",
"license": "MIT",
"bugs": {
"url": "https://github.com/ideal-react/ideal-react.github.io/issues"
},
"homepage": "https://github.com/ideal-react/ideal-react.github.io#readme",
"dependencies": {
"react": "^0.13.3",
"speech-bubble": "git+https://git@github.com/ideal-react/speech-bubble",
"auto-ellipsis": "git+https://git@github.com/ideal-react/auto-ellipsis"
},
"devDependencies": {
"autoprefixer": "^6.0.1",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"css-loader": "^0.17.0",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.3.1",
"postcss-loader": "^0.6.0",
"rimraf": "^2.4.3",
"style-loader": "^0.12.3",
"webpack": "^1.12.1"
}
}