-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 910 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
{
"name": "easy-gradient-react",
"version": "1.0.4",
"main": "lib/bundle.js",
"license": "MIT",
"scripts": {
"build": "yarn run rollup -c",
"dev": "yarn run rollup -c -w"
},
"dependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"acorn-jsx": "^5.3.2",
"babel-plugin-styled-components": "^2.0.7",
"rollup": "^2.71.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-typescript2": "^0.31.2",
"styled-components": "^5.3.5",
"typescript": "^4.6.4"
},
"devDependencies": {
"@types/react": "^18.0.15",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.4.0"
}
}