-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.62 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
55
56
57
58
59
{
"name": "preactive",
"version": "0.0.14",
"description": "",
"main": "index.js",
"module": "dist/preactive.esm.producion.js",
"unpkg": "dist/preactive.umd.production.js",
"files": [
"index.js",
"dist"
],
"scripts": {
"test": "echo \"Error: no tests specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build": "webpack --config webpack.config.js",
"dist": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mcjazzyfunky/preactive.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mcjazzyfunky/preactive/issues"
},
"homepage": "https://github.com/mcjazzyfunky/preactive#readme",
"dependencies": {
"@clr/core": "^3.0.0-next.3",
"@clr/icons": "^2.3.2",
"@clr/ui": "^3.0.0-next.3",
"@webcomponents/webcomponentsjs": "^2.4.0",
"hyperhtml": "^2.31.5",
"lighterhtml": "^2.0.7",
"preact": "^10.1.1"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@storybook/html": "^5.2.6",
"@storybook/preact": "^5.2.8",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"compression-webpack-plugin": "^3.0.0",
"eslint": "^6.7.1",
"eslint-plugin-react": "^7.17.0",
"js-spec": "^0.1.78",
"lit-html": "^1.1.2",
"terser-webpack-plugin": "^2.2.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.3.10",
"zip-webpack-plugin": "^3.0.0"
}
}