-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "droplite",
"version": "0.0.3",
"description": "Fat free react drag and drop lists",
"main": "dist/droplite.js",
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
},
"dependencies": {
"node-sass": "^4.12.0",
"react": "^16.9.0"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@storybook/react": "^5.1.11",
"babel-loader": "^8.0.6",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"storybook": "start-storybook -p 9001",
"build-storybook": "build-storybook -c .storybook -o ./docs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juanto121/Droplite.git"
},
"keywords": [
"Drag",
"Drop",
"react",
"list",
"light"
],
"author": "Juan Torres",
"license": "MIT",
"bugs": {
"url": "https://github.com/juanto121/Droplite/issues"
},
"homepage": "https://github.com/juanto121/Droplite#readme"
}