-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.51 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
{
"name": "kodelabs-paint-worklets-futuristic-ui",
"version": "1.0.0",
"description": "A collection of paint worklets to create futuristic UI",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm run storybook\" \"npm-watch\"",
"storybook": "start-storybook -p 6006 --no-manager-cache -s dist",
"build-storybook": "build-storybook -s dist -o docs",
"uglifyjs": "uglifyjs-folder src -eo dist -p **/*.worklet.js -x .js"
},
"watch": {
"uglifyjs": "src/**/*.worklet.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konstantindenerz/labs-worklets-futuristic-ui.git"
},
"keywords": [
"CSS",
"paint",
"worklet",
"futuristic",
"ui",
"ux"
],
"author": "Konstantin Denerz <konstantin.denerz@gmail.com> (konstantin.denerz.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/konstantindenerz/labs-worklets-futuristic-ui/issues"
},
"homepage": "https://github.com/konstantindenerz/labs-worklets-futuristic-ui#readme",
"dependencies": {
"css-paint-polyfill": "^3.2.1"
},
"devDependencies": {
"@babel/core": "^7.13.14",
"@storybook/addon-actions": "^6.2.2",
"@storybook/addon-essentials": "^6.2.2",
"@storybook/addon-links": "^6.2.2",
"@storybook/addons": "^6.2.2",
"@storybook/html": "^6.2.2",
"@storybook/theming": "^6.2.2",
"babel-loader": "^8.2.2",
"concurrently": "^6.0.0",
"npm-watch": "^0.9.0",
"uglifyjs-folder": "^2.0.0"
}
}