forked from redouane/django-fontawesome
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "django-fontawesome-5",
"version": "1.0.0",
"description": "Build tools",
"main": "index.js",
"author": "Benjamin Frost",
"license": "BSD-2-Clause",
"scripts": {
"build": "rollup -c --environment INCLUDE_DEPS,BUILD:development",
"build:production": "rollup -c --environment INCLUDE_DEPS,BUILD:production",
"watch": "rollup -c --environment INCLUDE_DEPS,BUILD:development --watch",
"lint": "eslint src && stylelint src"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@rollup/plugin-node-resolve": "^7.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"node-sass": "^4.13.1",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-reporter": "^6.0.1",
"prettier": "^1.19.1",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.2.0",
"stylelint": "^13.0.0",
"stylelint-scss": "^3.13.0"
},
"dependencies": {
"core-js": "^3.6.4"
}
}