-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "profile-picture",
"version": "0.0.10",
"description": "Simple way to change your profile picture",
"main": "build/index.js",
"dependencies": {
"css-loader": "^1.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"webpack": "^4.43.0"
},
"devDependencies": {
"astroturf": "^0.8.5",
"autoprefixer": "^9.7.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"gh-pages": "^2.2.0",
"jest": "^24.9.0",
"node-sass": "^4.14.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"webpack-cli": "^3.3.11"
},
"scripts": {
"start": "node ./node_modules/webpack/bin/webpack --watch --mode=development",
"build": "node ./node_modules/webpack/bin/webpack --mode=production",
"test": "jest"
},
"keywords": [
"picture",
"react",
"react",
"component"
],
"author": "\" <dsalvagni>",
"license": "MIT"
}