-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "jolocom-osip",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"lint:fix": "eslint ./ --fix",
"format": "prettier-eslint \"+(actions|components|layouts|pages|reducers|utils)/**/*.js\" --write"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"classnames": "^2.2.6",
"cleave.js": "^1.4.4",
"cred-types-jolocom-core": "^0.0.9",
"cred-types-jolocom-demo": "^0.0.2",
"dotenv": "^6.0.0",
"lodash.throttle": "^4.1.1",
"next": "^7.0.2",
"next-redux-wrapper": "^2.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-inlinesvg": "^0.8.1",
"react-redux": "^5.0.7",
"react-spinners": "^0.6.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"socket.io-client": "^2.1.1"
},
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.1.0",
"@chimeraprime/eslint-config-chimera-prime": "^1.0.4",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^5.6.0",
"prettier-eslint-cli": "^4.7.1"
}
}