-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 600 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 600 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
{
"name": "roamstudio",
"version": "1.0.0",
"description": "Beautiful and easily customizable themes for Roam",
"main": "src/index.ts",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack --watch",
"add_css": "sh add_css.sh"
},
"license": "MIT",
"devDependencies": {
"@types/react-color": "^3.0.6",
"react-color": "^2.19.3",
"roamjs-scripts": "^0.27.1",
"ts-loader": "^9.5.1",
"typescript": "^5.0.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"roamjs-components": "^0.85.7"
}
}