-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 904 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 904 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
{
"name": "@lessstack/web-client-template",
"version": "0.1.0",
"main": "build/node.js",
"license": "MIT",
"private": true,
"scripts": {
"build": "webpack --mode=production",
"watch": "webpack --watch",
"test": "jest",
"lint": "eslint .",
"prepare": "npm run build"
},
"dependencies": {
"@lessstack/webpack-config": "^0.1.6",
"@linaria/core": "^3.0.0-beta.13",
"@loadable/component": "^5.15.0",
"prop-types": "^15.7.2",
"react": "^18.0.0-beta-96ca8d915-20211115",
"react-router-dom": "^6.0.1"
},
"devDependencies": {
"@lessstack/babel-config": "^0.1.6",
"@lessstack/eslint-config": "^0.1.6",
"@lessstack/jest-config": "^0.1.6",
"@lessstack/prettier-config": "^0.1.6",
"@testing-library/react": "^13.0.0-alpha.4",
"eslint": "^8.2.0",
"jest": "^27.3.1",
"prettier": "^2.4.1",
"webpack-cli": "^4.9.1"
}
}