-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 924 Bytes
/
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": "9denticon",
"version": "1.0.0",
"description": "non duplicated profile img",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"keywords": [],
"author": "",
"license": "ISC",
"browserslist": [
"> 1%",
"IE 10"
],
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"parcel-bundler": "^1.12.3"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.16",
"aix": "0.0.15",
"autoprefixer": "^9.6.1",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"dom-to-image": "^2.6.0",
"postcss-modules": "^1.4.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-router-dom": "^5.0.1",
"regenerator-runtime": "^0.13.3",
"sha-1": "^0.1.1",
"styled-components": "^4.3.2"
}
}