-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
65 lines (65 loc) · 1.91 KB
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
56
57
58
59
60
61
62
63
64
65
{
"name": "js-raizes",
"version": "1.0.0",
"description": "Melhorar a comunicação entre pequenos agricultores e consumidores.",
"main": "index.js",
"dependencies": {
"@babel/plugin-proposal-private-methods": "^7.4.4",
"@fengyuanchen/validator": "^0.1.0",
"animate.css": "^3.7.0",
"axios": "^0.21.2",
"clean-webpack-plugin": "^1.0.1",
"css-loader": "^2.1.1",
"font-awesome": "^4.7.0",
"jquery": "^3.5.0",
"jquery-mask-plugin": "^1.14.15",
"jquery.maskedinput": "^1.4.1",
"mini-css-extract-plugin": "^0.6.0",
"popper.js": "^1.15.0",
"ramda": "^0.26.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.5"
},
"engines": {
"node": "11.9"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@fortawesome/fontawesome-free": "^5.8.1",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"bulma": "^0.7.4",
"cypress": "^3.3.0",
"eslint": "^5.14.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"file-loader": "^3.0.1",
"node-sass": "^7.0.0",
"postcss-loader": "^3.0.0",
"sass": "^1.18.0",
"svg-spritemap-webpack-plugin": "^3.3.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.2.1"
},
"scripts": {
"watch": "NODE_ENV=development webpack --mode development --watch",
"build": "NODE_ENV=production webpack --colors --mode production",
"dev": "npm run build -- --mode development --inline --hot",
"heroku-postbuild": "npm run build",
"cypress-run": "npx cypress run",
"cypress-open": "npx cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jeansarlon/js-tdd-course.git"
},
"keywords": [
"JS"
],
"author": "Aceleradora 15 <aceleradora15@gmail.com>",
"license": "MIT"
}