-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.26 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
45
46
47
48
49
50
51
52
53
54
{
"name": "react-sortable-dnd",
"version": "0.0.6",
"description": "",
"main": "index.js",
"scripts": {
"start": "start-storybook -p 9001",
"test": "mocha --compilers js:babel-core/register,styl:mocha-stylus-compiler -R nyan -w --check-leaks",
"build-docs": "build-storybook -s docs -o .out",
"preversion": "npm run build-docs",
"postversion": "git push && git push --tags"
},
"browserify": {
"transform": [
"babelify",
[
"stylusify",
{
"autoprefix": true
}
]
]
},
"author": "Eduard Castellano",
"git": {
"type": "git",
"url": "https://github.com/educastellano/react-sortable-dnd"
},
"license": "ISC",
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"@kadira/storybook-deployer": "^1.2.0",
"babel-core": "^6.7.5",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"mocha": "^3.2.0",
"mocha-stylus-compiler": "^1.0.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-drag-and-drop": "^2.0.1",
"stack-source-map": "^1.0.4",
"webpack-hot-middleware": "^2.10.0"
},
"babel": {
"env": {
"presets": [
"react",
"es2015",
"stage-2"
]
}
},
"dependencies": {}
}