-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
41
{
"name": "os-custom-elements",
"version": "1.0.0",
"scripts": {
"test": "cypress run",
"server": "webpack build --mode=development && node server",
"dev": "webpack serve --mode=development",
"ci:start": "webpack build && node server &",
"cy:verify": "cypress verify",
"cy:chrome": "cypress run --browser chrome",
"cy:open": "cypress open"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-react": "^7.24.7",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"cypress": "^13.6.1",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^4.0.0",
"unminified-webpack-plugin": "^3.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@rails/activestorage": "^7.1.2",
"express": "^4.18.2",
"is-hotkey": "^0.2.0",
"is-url": "^1.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"signature_pad": "^4.2.0",
"slate": "^0.82.1",
"slate-history": "^0.66.0",
"slate-react": "^0.82.1"
}
}