-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 751 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 751 Bytes
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
{
"name": "reactparticles.js",
"version": "2.0.1",
"description": "Independently configurable React component for particles.js",
"license": "MIT",
"main": "lib/index.js",
"keywords": [
"react-particles",
"react particles",
"particles.js",
"particles",
"react"
],
"author": "@kr1tzy",
"repository": {
"type": "git",
"url": "https://github.com/kr1tzy/reactparticles.js.git"
},
"scripts": {
"build": "rm -rf ./lib && tsc",
"test": "echo '[*] No tests defined'"
},
"dependencies": {
"tsparticles": "^1.18.12"
},
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"typescript": "^3.8.3"
}
}