-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
65
{
"name": "nx-plugin-playground",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@prisma/client": "^3.3.0",
"nx-plugin-devkit": "^0.3.0",
"nx-plugin-workspace": "^0.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tslib": "^2.0.0"
},
"devDependencies": {
"@angular-devkit/schematics": "^12.2.9",
"@nrwl/cli": "12.10.0",
"@nrwl/eslint-plugin-nx": "12.10.0",
"@nrwl/jest": "12.10.0",
"@nrwl/linter": "12.10.0",
"@nrwl/node": "^12.10.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/tao": "^12.10.0",
"@nrwl/workspace": "^12.10.0",
"@snowpack/plugin-dotenv": "^2.2.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^12.1.0",
"@types/chai": "^4.2.21",
"@types/jest": "27.0.2",
"@types/mocha": "^9.0.0",
"@types/ncp": "^2.0.5",
"@types/node": "14.14.33",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/snowpack-env": "^2.3.4",
"@typescript-eslint/eslint-plugin": "~4.31.1",
"@typescript-eslint/parser": "~4.31.1",
"@vitejs/plugin-react-refresh": "^1.3.1",
"@web/test-runner": "^0.13.17",
"babel-jest": "27.2.3",
"chai": "^4.3.4",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"execa": "^5.1.1",
"jest": "27.2.3",
"ncp": "^2.0.0",
"nx-plugin-prisma": "^0.2.2",
"nx-plugin-snowpack": "^0.3.0",
"nx-plugin-vite": "^1.0.2",
"prettier": "^2.3.1",
"prisma": "^3.3.0",
"snowpack": "^3.8.8",
"ts-jest": "27.0.5",
"ts-node": "^10.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "~4.3.5",
"vite": "^2.6.10"
}
}