-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.34 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
42
43
44
45
46
47
{
"name": "@appstrap/interactor-web",
"version": "4.0.0-rc.4",
"main": "index.js",
"author": "James LeClair <james@pixelpro.dev>",
"license": "ISC",
"repository": "https://github.com/pixelprodev/interactor-web",
"scripts": {
"dev": "webpack-dev-server --mode development --config webpack.dev.js",
"build": "webpack --mode production --config webpack.prod.js"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@pixelprodev/react-validated-form": "^1.1.8",
"babel-loader": "^9.1.3",
"dotenv": "^16.3.1",
"flat": "^5.0.2",
"html-webpack-plugin": "^5.5.3",
"nanoid": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-highlight": "^0.15.0",
"react-modal": "^3.16.1",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"react-tiny-popover": "^7.2.4",
"react-toggle": "^4.1.3",
"standard": "^14.3.1",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"files": [
"index.js",
"lib/interactor-web.js",
"lib/interactor-web-server.js"
],
"dependencies": {
"@appstrap/core": "4.0.0-rc.4",
"express": "^4.18.2"
}
}