-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1023 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
34
35
36
37
{
"name": "codedepo-themed-components-react",
"version": "1.0.12",
"license": "ISC",
"scripts": {
"clean": "rm -rf ./dist",
"ts:build": "npm run clean && tsc && cp package.json README.md ./dist",
"sass-prod": "sass --no-source-map --style=compressed src/",
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"react-dom": ">=18.0",
"react-router": "^6.4.0",
"react-router-dom": "^6.4.0",
"react-transition-group": "^4.4.5"
},
"author": "Vojin Milovic",
"main": "dist/index.js",
"devDependencies": {
"@rollup/plugin-node-resolve": "^14.1.0",
"@types/react": "^18.0.20",
"@types/react-transition-group": "^4.4.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"rollup": "^2.79.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"sass": "^1.54.9",
"tslib": "^2.4.0",
"typescript": "^4.8.3",
"typescript-plugin-css-modules": "^3.4.0"
},
"files": [
"dist"
]
}