-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 916 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
{
"name": "recplayer-react",
"version": "1.7.2",
"description": "React component for recplayer",
"main": "./build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/elmadev/recplayer-react.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx rollup -c -w",
"build": "npx rollup -c",
"prepare": "npm run build"
},
"author": {
"name": "Ville Jänkälä",
"email": "ville.jankala@gmail.com"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"react": "^18.2.0",
"recplayer": "github:elmadev/recplayer",
"rollup": "^3.2.3",
"rollup-plugin-postcss": "^4.0.2"
}
}