-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.37 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
{
"name": "alek.in",
"version": "1.0.20",
"license": "MIT",
"scripts": {
"start": "parcel ./src/index.html ./src/error.html",
"build": "parcel build ./src/index.html ./src/error.html --no-source-maps",
"clean": "rm -rf dist",
"patch": "npm version patch",
"publish:aws": "node ./scripts/publish.js",
"publish": "npm run patch && npm run clean && npm run build && npm run publish:aws"
},
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"autoprefixer": "^7.2.1",
"aws-sdk": "^2.311.0",
"babel-core": "^6.26.3",
"babel-preset-react-app": "^3.1.0",
"chalk": "^2.4.1",
"cli-chalk": "^1.0.0",
"dotenv": "^6.0.0",
"fs-jetpack": "^2.1.0",
"jszip": "^3.1.5",
"mime-types": "^2.1.20",
"node-sass": "^4.9.3",
"parcel-bundler": "latest",
"sass": "^1.26.8",
"simple-icons": "^1.8.7"
},
"postcss": {
"modules": false,
"plugins": {
"autoprefixer": {
"browsers": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"flexbox": "no-2009"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/amerani/alek.in.git"
},
"bugs": {
"url": "https://github.com/amerani/alek.in/issues"
},
"homepage": "https://github.com/amerani/alek.in#readme"
}