forked from ropensci-archive/roweb2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 Bytes
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
{
"name": "ropensci-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"css": "postcss --config postcss.json css/style.pcss --output css/style-new.css "
},
"author": "Marcela Lango",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.5.3",
"postcss": "^6.0.1",
"postcss-animation": "0.0.11",
"postcss-at-rules-variables": "0.0.25",
"postcss-calc": "^5.3.1",
"postcss-cli": "^2.6.0",
"postcss-conditionals": "^2.0.2",
"postcss-cssnext": "^2.8.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-each": "^0.9.3",
"postcss-for": "^2.1.1",
"postcss-import": "^8.1.2",
"postcss-nesting": "^2.3.1"
}
}