-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.21 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
{
"name": "@anka-dev/anka-quickstart",
"version": "0.0.1",
"description": "",
"main": "anka.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "anka dev",
"build": "anka prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iException/anka-quickstart.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/iException/anka-quickstart/issues"
},
"homepage": "https://github.com/iException/anka-quickstart#readme",
"dependencies": {
"@anka-dev/tracker": "^0.4.5",
"@babel/runtime": "^7.1.5",
"babel-runtime": "^6.26.0"
},
"devDependencies": {
"@anka-dev/cli": "^1.0.11",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.0",
"postcss-nested": "^3.0.0",
"postcss-preset-env": "^6.4.0",
"postcss-reporter": "^6.0.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0"
}
}