-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.56 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
{
"name": "@opuscapita/styles",
"version": "2.0.24-SNAPSHOT",
"description": "OpusCapita UI resources",
"scripts": {
"start": "nps"
},
"files": [
"dist/npm"
],
"main": "dist/npm/index.css",
"repository": "OpusCapita/styles",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"license": "Apache-2.0",
"readme": "README.md",
"dependencies": {
"chokidar": "1.7.0",
"compression": "1.7.0",
"cors": "2.8.4",
"express": "4.15.4",
"less": "2.7.2",
"rimraf": "2.6.1"
},
"devDependencies": {
"@opuscapita/npm-scripts": "2.0.1-beta.1",
"autoprefixer": "7.1.4",
"babel-eslint": "7.2.3",
"cssnano": "4.1.8",
"eslint": "3.19.0",
"eslint-config-opuscapita": "1.0.9",
"eslint-plugin-react": "6.10.3",
"ncp": "2.0.0",
"nodemon": "1.11.0",
"nps": "5.7.1",
"nps-utils": "1.3.0",
"postcss": "7.0.13",
"postcss-cli": "6.1.0"
},
"grails": {
"groupId": "com.opuscapita.grailsplugins",
"buildDir": "dist/grails",
"resources": {
"styles": {
"files": [
{
"source": "less/index.less",
"target": "less/index.less",
"attrs": {
"rel": "stylesheet/less",
"type": "css",
"media": "screen, projection, print"
},
"exclude": "bundle,cssrewriter,csspreprocessor,minify"
}
]
}
},
"standaloneFiles": {
"fonts": "web-app/fonts",
"img": "web-app/img",
"less": "web-app/less"
}
}
}