This repository was archived by the owner on Dec 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.3 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.3 KB
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
{
"name": "@vi.son/components",
"version": "0.0.12",
"description": "Styled react component library for vi.son — mixing senses",
"module": "dist/index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode production --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vi-son/components.git"
},
"keywords": [
"react-components",
"library",
"art",
"creative code"
],
"author": "Guido Schmidt <git@guidoschmidt.cc>",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vi-son/components/issues"
},
"homepage": "https://github.com/vi-son/components#readme",
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@vi.son/rouge": "^1.0.6",
"babel-loader": "^8.2.2",
"blueimp-md5": "^2.18.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.32.7",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"moment": "^2.29.1"
}
}