-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 959 Bytes
/
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
{
"name": "react-gol",
"version": "1.2.2",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c --environment BUILD:production",
"start": "rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elliome/react-gol.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/elliome/react-gol/issues"
},
"homepage": "https://github.com/elliome/react-gol#readme",
"devDependencies": {
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.46.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^4.2.4"
},
"peerDependencies": {
"react": "^16.3.0 || ^17.0.1"
},
"files": [
"dist"
]
}