-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.38 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
{
"name": "FrontEndSeed",
"version": "0.0.0",
"description": "This project is a default front end start point. Made for LemonDigits.com fr use on client projects.",
"main": "Gruntfile.js",
"scripts": {
"start": "concurrently 'nodemon entrypoint.js' 'grunt watch'",
"postinstall": "bower install && grunt",
"lint": "eslint app/",
"build": "babel --optional runtime -d dist/ app/"
},
"author": "",
"license": "",
"dependencies": {
"babel-cli": "^6.11.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.11.6",
"bower": "^1.6.3",
"express": "^4.13.3",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-nodemon": "^0.4.1",
"grunt-notify": "^0.4.3",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-config": "^0.19.1",
"raven": "^0.12.1",
"request": "^2.60.0",
"time-grunt": "^1.3.0",
"twig": "^0.8.2"
},
"devDependencies": {
"concurrently": "^2.2.0",
"eslint": "^3.2.2",
"eslint-config-airbnb": "^10.0.0",
"eslint-plugin-import": "^1.12.0",
"eslint-plugin-react": "^6.0.0",
"nodemon": "^1.10.0"
}
}