-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.14 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "numerology",
"version": "1.0.0",
"description": "Numerology",
"main": "web/app.php",
"directories": {
"test": "tests"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.7.2",
"bootstrap": "4.3.1",
"chart.js": "2.7.3",
"chartjs-plugin-annotation": "^0.5.7",
"datatables.net-bs4": "^1.10.20",
"jquery": "^3.5.1",
"jquery-easing": "0.0.1",
"jssor-slider": "^27.5.0",
"magnific-popup": "^1.1.0",
"node-gyp": "^4.0.0",
"npm": "^6.14.5",
"pc-bootstrap4-datetimepicker": "^4.17.51",
"popper.js": "^1.16.1",
"quill": "^1.3.7",
"shepherd.js": "^2.10.0",
"startbootstrap-creative": "^5.1.8",
"startbootstrap-sb-admin-2": "^4.0.7",
"tar": "^4.4.13",
"tippy.js": "^4.3.5"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-compat": "^2.5.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-vue": "^5.2.3",
"expose-loader": "^0.7.5",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"grunt": "^1.1.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"image-webpack-loader": "^4.6.0",
"node-sass": "^4.14.1",
"postcss-loader": "^2.1.6",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.12.0"
},
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint --fix src",
"test": "npm run lint",
"install": "test -z $CI && npm run build:dev || echo 'Pas de build:dev sur un CI'",
"build:stats": "webpack --profile --json > webpack-stats.json",
"build:watch": "webpack --watch",
"build:dev": "webpack --env=development",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlexiZ/numerology.git"
},
"author": "AlexiZ",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlexiZ/numerology/issues"
},
"homepage": "https://github.com/AlexiZ/numerology#readme"
}