-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
40
41
42
43
44
{
"name": "vizz-components",
"version": "0.2.0",
"description": "A collection of components to use in Vizzuality's project",
"main": "dist/index.js",
"scripts": {
"test": "eslint --ext .js --ext .jsx .",
"start": "start-storybook -p 9000",
"build": "gulp copy && babel ./components --out-dir ./dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizzuality/vizz-components.git"
},
"author": "David Inga <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vizzuality/vizz-components/issues"
},
"homepage": "https://github.com/Vizzuality/vizz-components#readme",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"three": "^0.82.1",
"three-orbit-controls": "^82.1.0"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"autoprefixer": "^6.5.3",
"babel-cli": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.16.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-vizzuality": "^1.0.3",
"gulp": "^3.9.1",
"node-sass": "^3.13.1",
"postcss-loader": "^1.3.0",
"sass-loader": "^6.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7"
}
}