-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1.06 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
{
"name": "visual",
"version": "1.0.1",
"description": "the basic tools for javascript visualiztion",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "webpack -w --config .webpack.config.js",
"dev": "npm run build:dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huiyan-fe/visual.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huiyan-fe/visual/issues"
},
"homepage": "https://github.com/huiyan-fe/visual#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.16.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1",
"webpack": "^3.4.1"
},
"dependencies": {
"babel-runtime": "^6.25.0"
}
}