-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "pifront",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest -c test/jest.config.js",
"webdriver:run": "wdio wdio.conf.js"
},
"dependencies": {
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"next-compose-plugins": "^2.2.1",
"bootstrap": "^4.5.3",
"react-bootstrap": "^1.4.3",
"sass": "^1.32.5",
"mobx": "^6.0.4",
"mobx-react": "^7.0.5",
"mobx-state-tree": "^5.0.1",
"next-translate": "^1.0.1"
},
"devDependencies": {
"@types/node": "^14.14.13",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"typescript": "^4.1.3",
"@testing-library/react": "^11.2.3",
"@testing-library/react-hooks": "^5.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"ts-jest": "^26.4.4",
"nock": "^13.0.6",
"isomorphic-unfetch": "^3.1.0",
"dotenv": "^8.2.0",
"@wdio/cli": "^6.12.0",
"@wdio/local-runner": "^6.12.0",
"@wdio/mocha-framework": "^6.11.0",
"@wdio/spec-reporter": "^6.11.0",
"wdio-chromedriver-service": "^6.0.4"
}
}