forked from soloman1124/dc-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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": "dc-react-2",
"version": "0.0.4",
"description": "React Components for DC",
"main": "lib/index.js",
"scripts": {
"babel": "babel ./components --out-dir ./lib",
"build": "NODE_ENV=production npm run babel",
"prepublish": "npm run build",
"lint": "eslint ./components/**",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:soloman1124/dc-react.git"
},
"keywords": [
"dc",
"react"
],
"author": "Soloman Weng",
"license": "ISC",
"homepage": "https://github.com/soloman1124/dc-react#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.6.0"
},
"dependencies": {
"dc": "^2.0.0-beta.32",
"react": "^15.3.2",
"react-dom": "^15.3.2"
}
}