-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.07 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
{
"name": "pulsar-symfony",
"devDependencies": {
"aliasify": "^1.9.0",
"autosize": "^3.0.15",
"babel-core": "^6.24.0",
"babel-istanbul": "^0.12.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-register": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "10.0.0",
"browserify-shim": "^3.8.9",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-bless": "^0.2.0",
"grunt-browserify": "latest",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-symlink": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-sass": "^2.0.0",
"grunt-sass-replace": "^0.1.18",
"jadu-pulsar": "jadu/pulsar#symfony-forms",
"matchdep": "latest"
},
"browserify": {
"transform": [
"aliasify",
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"dependencies": {}
}