forked from kdeloach/react-lineto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "react-lineto",
"version": "3.1.3",
"author": "Kevin DeLoach <[email protected]>",
"license": "MIT",
"main": "dist/react-lineto.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"demo": "webpack-dev-server --config webpack.demo.config.js --hot --inline",
"lint": "eslint --ext js,jsx ./src",
"test": "npm run lint"
},
"homepage": "https://github.com/kdeloach/react-lineto",
"repository": {
"type": "git",
"url": "https://github.com/kdeloach/react-lineto.git"
},
"bugs": {
"url": "https://github.com/kdeloach/react-lineto/issues"
},
"dependencies": {
"prop-types": "15.6.0",
"react": "16.2.0"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-react-hmre": "^1.1.1",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-react": "^6.9.0",
"react-dom": "16.2.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
}
}