-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
55 lines (55 loc) · 1.53 KB
/
package.json
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
48
49
50
51
52
53
54
55
{
"name": "attachments",
"version": "1.0.0",
"private": true,
"workspaces": [
"packages/*"
],
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "eslint --ext .ts,.tsx ./ --fix",
"test": "jest --no-cache",
"build-all": "pnpm -r build",
"clean-all": "lerna clean",
"publish-all": "pnpm clean-all && pnpm i && pnpm build-all && lerna publish --no-push",
"rename-template": "ts-node scripts/add-extension.ts",
"lage": "lage build --profile=./playground/test.json"
},
"devDependencies": {
"@attachments/eslint-config": "^0.3.1",
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.15.8",
"@cypress/code-coverage": "^3.9.11",
"@cypress/react": "^5.10.3",
"@cypress/webpack-dev-server": "^1.7.0",
"@cypress/webpack-preprocessor": "^5.9.1",
"@types/faker": "^5.5.9",
"@types/jest": "^27.0.0",
"@types/node": "^16.4.6",
"babel-loader": "^8.2.2",
"cypress": "9.5.1",
"eslint": "^8.26.0",
"faker": "^5.5.3",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.3.1",
"lerna": "^4.0.0",
"nodemon": "^2.0.12",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^3.0.2",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"ts-jest": "^27.0.4",
"ts-node": "^10.1.0",
"typescript": "4.3.5",
"webpack": "^5.65.0",
"webpack-dev-server": "^4.4.0",
"lage": "1.9.5"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}