-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 798 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 798 Bytes
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
{
"name": "react-component-circle-progress",
"version": "0.0.1",
"description": "a circle progress component of react",
"main": "dist/bundle.js",
"files": [
"dist",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": ["react", "circle", "progress", "circle-progress", "react-circle-progress", "react-component-circle-progress"],
"author": "alex",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"style-loader": "^0.23.1",
"webpack": "^3.10.0",
"webpack-node-externals": "^1.6.0"
}
}