generated from Alissonsz/next-bulma-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "nextjs-typescript-bulma-boilerplate",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "yarn jest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.1",
"axios": "^0.24.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"bulma-slider": "^2.0.4",
"bulma-tooltip": "^3.0.2",
"classnames": "^2.3.1",
"next": "^12.0.7",
"node-sass": "^4.14.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-player": "^2.9.0",
"react-redux": "^7.2.6",
"react-sortablejs": "^6.1.0",
"screenfull": "^6.0.0",
"socket.io-client": "^4.4.0",
"sortablejs": "^1.14.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.5",
"@next/eslint-plugin-next": "^11.1.0",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/node": "^14.14.6",
"@types/react": "^16.9.55",
"@types/sortablejs": "^1.10.7",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"babel-jest": "^27.4.4",
"bulma": "^0.9.1",
"eslint": "^8.4.1",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.4",
"jest-dom": "^4.0.0",
"jest-mock": "^27.4.2",
"jest-svg-transformer": "^1.0.0",
"prettier": "^2.3.2",
"svg-jest": "^1.0.1",
"ts-jest": "^27.1.1",
"tslint": "^6.1.3",
"typescript": "^4.5.4"
}
}